Home
last modified time | relevance | path

Searched defs:net_device_ops (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h1283 struct net_device_ops { struct
1284 int (*ndo_init)(struct net_device *dev);
1285 void (*ndo_uninit)(struct net_device *dev);
1286 int (*ndo_open)(struct net_device *dev);
1287 int (*ndo_stop)(struct net_device *dev);
1288 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *skb,
1290 netdev_features_t (*ndo_features_check)(struct sk_buff *skb,
1293 u16 (*ndo_select_queue)(struct net_device *dev,
1296 void (*ndo_change_rx_flags)(struct net_device *dev,
1298 void (*ndo_set_rx_mode)(struct net_device *dev);
[all …]
/kernel/linux/linux-4.19/include/linux/
Dnetdevice.h1225 struct net_device_ops { struct
1226 int (*ndo_init)(struct net_device *dev);
1227 void (*ndo_uninit)(struct net_device *dev);
1228 int (*ndo_open)(struct net_device *dev);
1229 int (*ndo_stop)(struct net_device *dev);
1230 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *skb,
1232 netdev_features_t (*ndo_features_check)(struct sk_buff *skb,
1235 u16 (*ndo_select_queue)(struct net_device *dev,
1239 void (*ndo_change_rx_flags)(struct net_device *dev,
1241 void (*ndo_set_rx_mode)(struct net_device *dev);
[all …]