Home
last modified time | relevance | path

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

/include/linux/
Dnetdevice.h538 struct net_device_ops { struct
539 int (*ndo_init)(struct net_device *dev);
540 void (*ndo_uninit)(struct net_device *dev);
541 int (*ndo_open)(struct net_device *dev);
542 int (*ndo_stop)(struct net_device *dev);
543 int (*ndo_start_xmit) (struct sk_buff *skb,
545 u16 (*ndo_select_queue)(struct net_device *dev,
548 void (*ndo_change_rx_flags)(struct net_device *dev,
551 void (*ndo_set_rx_mode)(struct net_device *dev);
553 void (*ndo_set_multicast_list)(struct net_device *dev);
[all …]