1STRUCT NET_DEVICE_OP(9) Network device support STRUCT NET_DEVICE_OP(9)
23
4
NAME
6struct_net_device_ops_ext - structure for extending net_device_ops in
7RHEL
8
SYNOPSIS
10struct net_device_ops_ext {
11size_t size;
12};
13
MEMBERS
15size
16This field should be initialized to the size of the structure by
17the drivers.
18
DESCRIPTION
20New methods can be added at the end. Do not change existing ones.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 STRUCT NET_DEVICE_OP(9)