Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h13083 struct net_device_ops { struct
13084 int (*ndo_init)(struct net_device *);
13085 void (*ndo_uninit)(struct net_device *);
13086 int (*ndo_open)(struct net_device *);
13087 int (*ndo_stop)(struct net_device *);
13088 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
13089 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
13090 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
13091 void (*ndo_change_rx_flags)(struct net_device *, int);
13092 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
Dvmlinux.h13083 struct net_device_ops { struct
13084 int (*ndo_init)(struct net_device *);
13085 void (*ndo_uninit)(struct net_device *);
13086 int (*ndo_open)(struct net_device *);
13087 int (*ndo_stop)(struct net_device *);
13088 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
13089 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
13090 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
13091 void (*ndo_change_rx_flags)(struct net_device *, int);
13092 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h14211 struct net_device_ops { struct
14212 int (*ndo_init)(struct net_device *);
14213 void (*ndo_uninit)(struct net_device *);
14214 int (*ndo_open)(struct net_device *);
14215 int (*ndo_stop)(struct net_device *);
14216 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
14217 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
14218 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
14219 void (*ndo_change_rx_flags)(struct net_device *, int);
14220 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h11950 struct net_device_ops { struct
11951 int (*ndo_init)(struct net_device *);
11952 void (*ndo_uninit)(struct net_device *);
11953 int (*ndo_open)(struct net_device *);
11954 int (*ndo_stop)(struct net_device *);
11955 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
11956 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
11957 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
11958 void (*ndo_change_rx_flags)(struct net_device *, int);
11959 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
Dvmlinux_510.h11950 struct net_device_ops { struct
11951 int (*ndo_init)(struct net_device *);
11952 void (*ndo_uninit)(struct net_device *);
11953 int (*ndo_open)(struct net_device *);
11954 int (*ndo_stop)(struct net_device *);
11955 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
11956 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
11957 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
11958 void (*ndo_change_rx_flags)(struct net_device *, int);
11959 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h14622 struct net_device_ops { struct
14623 int (*ndo_init)(struct net_device *);
14624 void (*ndo_uninit)(struct net_device *);
14625 int (*ndo_open)(struct net_device *);
14626 int (*ndo_stop)(struct net_device *);
14627 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
14628 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
14629 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
14630 void (*ndo_change_rx_flags)(struct net_device *, int);
14631 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
Dvmlinux_505.h14622 struct net_device_ops { struct
14623 int (*ndo_init)(struct net_device *);
14624 void (*ndo_uninit)(struct net_device *);
14625 int (*ndo_open)(struct net_device *);
14626 int (*ndo_stop)(struct net_device *);
14627 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
14628 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
14629 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
14630 void (*ndo_change_rx_flags)(struct net_device *, int);
14631 void (*ndo_set_rx_mode)(struct net_device *);
[all …]