Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h11627 struct net_device_ops { struct
11628 int (*ndo_init)(struct net_device *);
11629 void (*ndo_uninit)(struct net_device *);
11630 int (*ndo_open)(struct net_device *);
11631 int (*ndo_stop)(struct net_device *);
11632 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
11633 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
11634 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
11635 void (*ndo_change_rx_flags)(struct net_device *, int);
11636 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h13334 struct net_device_ops { struct
13335 int (*ndo_init)(struct net_device *);
13336 void (*ndo_uninit)(struct net_device *);
13337 int (*ndo_open)(struct net_device *);
13338 int (*ndo_stop)(struct net_device *);
13339 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
13340 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
13341 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
13342 void (*ndo_change_rx_flags)(struct net_device *, int);
13343 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
H A Dvmlinux_602.h13334 struct net_device_ops { struct
13335 int (*ndo_init)(struct net_device *);
13336 void (*ndo_uninit)(struct net_device *);
13337 int (*ndo_open)(struct net_device *);
13338 int (*ndo_stop)(struct net_device *);
13339 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
13340 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
13341 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
13342 void (*ndo_change_rx_flags)(struct net_device *, int);
13343 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h12904 struct net_device_ops { struct
12905 int (*ndo_init)(struct net_device *);
12906 void (*ndo_uninit)(struct net_device *);
12907 int (*ndo_open)(struct net_device *);
12908 int (*ndo_stop)(struct net_device *);
12909 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
12910 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
12911 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
12912 void (*ndo_change_rx_flags)(struct net_device *, int);
12913 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
H A Dvmlinux_600.h12904 struct net_device_ops { struct
12905 int (*ndo_init)(struct net_device *);
12906 void (*ndo_uninit)(struct net_device *);
12907 int (*ndo_open)(struct net_device *);
12908 int (*ndo_stop)(struct net_device *);
12909 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
12910 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
12911 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
12912 void (*ndo_change_rx_flags)(struct net_device *, int);
12913 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h12555 struct net_device_ops { struct
12556 int (*ndo_init)(struct net_device *);
12557 void (*ndo_uninit)(struct net_device *);
12558 int (*ndo_open)(struct net_device *);
12559 int (*ndo_stop)(struct net_device *);
12560 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
12561 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
12562 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
12563 void (*ndo_change_rx_flags)(struct net_device *, int);
12564 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
H A Dvmlinux_518.h12555 struct net_device_ops { struct
12556 int (*ndo_init)(struct net_device *);
12557 void (*ndo_uninit)(struct net_device *);
12558 int (*ndo_open)(struct net_device *);
12559 int (*ndo_stop)(struct net_device *);
12560 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
12561 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
12562 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
12563 void (*ndo_change_rx_flags)(struct net_device *, int);
12564 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h9979 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 …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h9894 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 …]
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h12572 struct net_device_ops { struct
12573 int (*ndo_init)(struct net_device *);
12574 void (*ndo_uninit)(struct net_device *);
12575 int (*ndo_open)(struct net_device *);
12576 int (*ndo_stop)(struct net_device *);
12577 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
12578 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
12579 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
12580 void (*ndo_change_rx_flags)(struct net_device *, int);
12581 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
H A Dvmlinux.h12572 struct net_device_ops { struct
12573 int (*ndo_init)(struct net_device *);
12574 void (*ndo_uninit)(struct net_device *);
12575 int (*ndo_open)(struct net_device *);
12576 int (*ndo_stop)(struct net_device *);
12577 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
12578 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
12579 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
12580 void (*ndo_change_rx_flags)(struct net_device *, int);
12581 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h11170 struct net_device_ops { struct
11171 int (*ndo_init)(struct net_device *);
11172 void (*ndo_uninit)(struct net_device *);
11173 int (*ndo_open)(struct net_device *);
11174 int (*ndo_stop)(struct net_device *);
11175 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
11176 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
11177 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
11178 void (*ndo_change_rx_flags)(struct net_device *, int);
11179 void (*ndo_set_rx_mode)(struct net_device *);
[all …]
H A Dvmlinux.h11170 struct net_device_ops { struct
11171 int (*ndo_init)(struct net_device *);
11172 void (*ndo_uninit)(struct net_device *);
11173 int (*ndo_open)(struct net_device *);
11174 int (*ndo_stop)(struct net_device *);
11175 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *, struct net_device *);
11176 netdev_features_t (*ndo_features_check)(struct sk_buff *, struct net_device *, netdev_features_t);
11177 u16 (*ndo_select_queue)(struct net_device *, struct sk_buff *, struct net_device *);
11178 void (*ndo_change_rx_flags)(struct net_device *, int);
11179 void (*ndo_set_rx_mode)(struct net_device *);
[all …]