Home
last modified time | relevance | path

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

/linux-6.8/tools/testing/selftests/bpf/
Dxskxceiver.h122 struct ifobject { struct
123 char ifname[MAX_INTERFACE_NAME_CHARS];
124 struct xsk_socket_info *xsk;
125 struct xsk_socket_info *xsk_arr;
126 struct xsk_umem_info *umem;
127 thread_func_t func_ptr;
151 struct ifobject *ifobj_tx; argument
Dxskxceiver.c249 struct ifobject *ifobject, bool shared) in __xsk_configure_socket()
269 static bool ifobj_zc_avail(struct ifobject *ifobject) in ifobj_zc_avail()
1231 static int __send_pkts(struct ifobject *ifobject, struct xsk_socket_info *xsk, bool timeout) in __send_pkts()
1384 static int send_pkts(struct test_spec *test, struct ifobject *ifobject) in send_pkts()
1441 static int validate_rx_dropped(struct ifobject *ifobject) in validate_rx_dropped()
1468 static int validate_rx_full(struct ifobject *ifobject) in validate_rx_full()
1489 static int validate_fill_empty(struct ifobject *ifobject) in validate_fill_empty()
1510 static int validate_tx_invalid_descs(struct ifobject *ifobject) in validate_tx_invalid_descs()
1537 static void xsk_configure_socket(struct test_spec *test, struct ifobject *ifobject, in xsk_configure_socket()
1562 static void thread_common_ops_tx(struct test_spec *test, struct ifobject *ifobject) in thread_common_ops_tx()
[all …]