Searched defs:net_device_ops (Results 1 – 2 of 2) sorted by relevance
1410 struct net_device_ops { struct1411 int (*ndo_init)(struct net_device *dev);1412 void (*ndo_uninit)(struct net_device *dev);1413 int (*ndo_open)(struct net_device *dev);1414 int (*ndo_stop)(struct net_device *dev);1415 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *skb,1417 netdev_features_t (*ndo_features_check)(struct sk_buff *skb,1420 u16 (*ndo_select_queue)(struct net_device *dev,1423 void (*ndo_change_rx_flags)(struct net_device *dev,1425 void (*ndo_set_rx_mode)(struct net_device *dev);[all …]
1309 struct net_device_ops { struct1310 int (*ndo_init)(struct net_device *dev);1311 void (*ndo_uninit)(struct net_device *dev);1312 int (*ndo_open)(struct net_device *dev);1313 int (*ndo_stop)(struct net_device *dev);1314 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *skb,1316 netdev_features_t (*ndo_features_check)(struct sk_buff *skb,1319 u16 (*ndo_select_queue)(struct net_device *dev,1322 void (*ndo_change_rx_flags)(struct net_device *dev,1324 void (*ndo_set_rx_mode)(struct net_device *dev);[all …]