table of contents
STRUCT NET_DEVICE_OP(9) | Network device support | STRUCT NET_DEVICE_OP(9) |
NAME¶
struct_net_device_ops_ext - structure for extending net_device_ops in RHEL
SYNOPSIS¶
struct net_device_ops_ext {
size_t size; };
MEMBERS¶
size
This field should be initialized to the size of the
structure by the drivers.
DESCRIPTION¶
New methods can be added at the end. Do not change existing ones.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |