table of contents
GET_NETDEV_OPS_EXT(9) | Network device support | GET_NETDEV_OPS_EXT(9) |
NAME¶
get_netdev_ops_ext - Return netdev extended ops from netdev
SYNOPSIS¶
const struct net_device_ops_ext * get_netdev_ops_ext(const struct net_device * netdev);
ARGUMENTS¶
netdev
Network device
DESCRIPTION¶
This function should be used through GET_NETDEV_OP_EXT macro.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |