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.