Searched defs:net_device_ops___2 (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 39972 struct net_device_ops___2 { struct 39973 int (*ndo_init)(struct net_device___2 *); 39974 void (*ndo_uninit)(struct net_device___2 *); 39975 int (*ndo_open)(struct net_device___2 *); 39976 int (*ndo_stop)(struct net_device___2 *); 39977 netdev_tx_t (*ndo_start_xmit)(struct sk_buff___2 *, struct net_device___2 *); 39978 …features_t (*ndo_features_check)(struct sk_buff___2 *, struct net_device___2 *, netdev_features_t); 39979 u16 (*ndo_select_queue)(struct net_device___2 *, struct sk_buff___2 *, struct net_device___2 *); 39980 void (*ndo_change_rx_flags)(struct net_device___2 *, int); 39981 void (*ndo_set_rx_mode)(struct net_device___2 *); [all …]
|
| D | vmlinux.h | 39972 struct net_device_ops___2 { struct 39973 int (*ndo_init)(struct net_device___2 *); 39974 void (*ndo_uninit)(struct net_device___2 *); 39975 int (*ndo_open)(struct net_device___2 *); 39976 int (*ndo_stop)(struct net_device___2 *); 39977 netdev_tx_t (*ndo_start_xmit)(struct sk_buff___2 *, struct net_device___2 *); 39978 …features_t (*ndo_features_check)(struct sk_buff___2 *, struct net_device___2 *, netdev_features_t); 39979 u16 (*ndo_select_queue)(struct net_device___2 *, struct sk_buff___2 *, struct net_device___2 *); 39980 void (*ndo_change_rx_flags)(struct net_device___2 *, int); 39981 void (*ndo_set_rx_mode)(struct net_device___2 *); [all …]
|