Home
last modified time | relevance | path

Searched defs:ifobject (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h129 struct ifobject { struct
130 char ifname[MAX_INTERFACE_NAME_CHARS];
131 struct xsk_socket_info *xsk;
132 struct xsk_socket_info *xsk_arr;
133 struct xsk_umem_info *umem;
134 thread_func_t func_ptr;
135 validation_func_t validation_func;
136 struct xsk_xdp_progs *xdp_progs;
137 struct bpf_map *xskmap;
161 struct ifobject *ifobj_tx; argument
H A Dxskxceiver.c261 struct ifobject *ifobject, bool shared) in __xsk_configure_socket()
285 static bool ifobj_zc_avail(struct ifobject *ifobject) in ifobj_zc_avail()
1298 static int __send_pkts(struct ifobject *ifobject, struct xsk_socket_info *xsk, bool timeout) in __send_pkts()
1452 static int send_pkts(struct test_spec *test, struct ifobject *ifobject) in send_pkts()
1509 static int validate_rx_dropped(struct ifobject *ifobject) in validate_rx_dropped()
1536 static int validate_rx_full(struct ifobject *ifobject) in validate_rx_full()
1557 static int validate_fill_empty(struct ifobject *ifobject) in validate_fill_empty()
1578 static int validate_tx_invalid_descs(struct ifobject *ifobject) in validate_tx_invalid_descs()
1605 static void xsk_configure_socket(struct test_spec *test, struct ifobject *ifobject, in xsk_configure_socket()
1630 static void thread_common_ops_tx(struct test_spec *test, struct ifobject *ifobject) in thread_common_ops_tx()
[all …]