Searched defs:net_device_ops (Results 1 – 1 of 1) sorted by relevance
11841 struct net_device_ops { struct11842 int (*ndo_init)(struct net_device *);11843 void (*ndo_uninit)(struct net_device *);11844 int (*ndo_open)(struct net_device *);11845 int (*ndo_stop)(struct net_device *);11846 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);11847 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);11848 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);11849 void (*ndo_change_rx_flags)(struct net_device *, int);11850 void (*ndo_set_rx_mode)(struct net_device *);[all …]