Searched defs:net_device_ops (Results 1 – 1 of 1) sorted by relevance
106 struct net_device_ops { struct107 int (*ndo_open)(struct net_device *);108 int (*ndo_stop)(struct net_device *);109 int (*ndo_set_mac_address)(struct net_device *, void *);110 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);111 void (*ndo_set_rx_mode)(struct net_device *);