Searched defs:net_device_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 9979 struct net_device_ops { struct 9980 int (*ndo_init)(struct net_device *); 9981 void (*ndo_uninit)(struct net_device *); 9982 int (*ndo_open)(struct net_device *); 9983 int (*ndo_stop)(struct net_device *); 9984 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *); 9985 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t); 9986 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *); 9987 void (*ndo_change_rx_flags)(struct net_device *, int); 9988 void (*ndo_set_rx_mode)(struct net_device *); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 9894 struct net_device_ops { struct 9895 int (*ndo_init)(struct net_device *); 9896 void (*ndo_uninit)(struct net_device *); 9897 int (*ndo_open)(struct net_device *); 9898 int (*ndo_stop)(struct net_device *); 9899 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *); 9900 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t); 9901 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *); 9902 void (*ndo_change_rx_flags)(struct net_device *, int); 9903 void (*ndo_set_rx_mode)(struct net_device *); [all …]
|