1STRUCT NET_DEVICE_OP(9)     Network device support     STRUCT NET_DEVICE_OP(9)
2
3
4

NAME

6       struct_net_device_ops_ext - structure for extending net_device_ops in
7       RHEL
8

SYNOPSIS

10       struct net_device_ops_ext {
11         size_t size;
12       };
13

MEMBERS

15       size
16           This field should be initialized to the size of the structure by
17           the drivers.
18

DESCRIPTION

20       New methods can be added at the end. Do not change existing ones.
21
23Kernel Hackers Manual 2.6.         June 2019           STRUCT NET_DEVICE_OP(9)
Impressum