Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h145 struct ifobject { struct
146 char ifname[MAX_INTERFACE_NAME_CHARS];
147 struct xsk_socket_info *xsk;
148 struct xsk_socket_info *xsk_arr;
149 struct xsk_umem_info *umem;
150 thread_func_t func_ptr;
151 validation_func_t validation_func;
152 struct pkt_stream *pkt_stream;
153 struct xsk_xdp_progs *xdp_progs;
177 struct ifobject *ifobj_tx; argument
H A Dxskxceiver.c157 static void gen_eth_hdr(struct ifobject *ifobject, struct ethhdr *eth_hdr) in gen_eth_hdr()
246 struct ifobject *ifobject, bool shared) in __xsk_configure_socket()
266 static bool ifobj_zc_avail(struct ifobject *ifobject) in ifobj_zc_avail()
1216 static int send_pkts(struct test_spec *test, struct ifobject *ifobject) in send_pkts()
1263 static int validate_rx_dropped(struct ifobject *ifobject) in validate_rx_dropped()
1288 static int validate_rx_full(struct ifobject *ifobject) in validate_rx_full()
1307 static int validate_fill_empty(struct ifobject *ifobject) in validate_fill_empty()
1326 static int validate_tx_invalid_descs(struct ifobject *ifobject) in validate_tx_invalid_descs()
1429 static void thread_common_ops(struct test_spec *test, struct ifobject *ifobject) in thread_common_ops()
1468 struct ifobject *ifobject = test->ifobj_tx; in worker_testapp_validate_tx() local
[all …]