Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dnetdevice.h1362 struct net_device_ops { struct
1363 int (*ndo_init)(struct net_device *dev);
1364 void (*ndo_uninit)(struct net_device *dev);
1365 int (*ndo_open)(struct net_device *dev);
1366 int (*ndo_stop)(struct net_device *dev);
1367 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *skb,
1369 netdev_features_t (*ndo_features_check)(struct sk_buff *skb,
1372 u16 (*ndo_select_queue)(struct net_device *dev,
1375 void (*ndo_change_rx_flags)(struct net_device *dev,
1377 void (*ndo_set_rx_mode)(struct net_device *dev);
[all …]