Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dxskxceiver.c261 struct ifobject *ifobject, bool shared) in __xsk_configure_socket() argument
285 static bool ifobj_zc_avail(struct ifobject *ifobject) in ifobj_zc_avail() argument
1536 static int validate_rx_full(struct ifobject *ifobject) in validate_rx_full() argument
1633 ifobject->xsk = &ifobject->xsk_arr[0]; in thread_common_ops_tx()
1708 ifobject->xsk = &ifobject->xsk_arr[0]; in thread_common_ops()
1713 xsk_populate_fill_ring(ifobject->umem, ifobject->xsk->pkt_stream, ifobject->use_fill_ring); in thread_common_ops()
1716 ifobject->xsk = &ifobject->xsk_arr[i]; in thread_common_ops()
1726 struct ifobject *ifobject = test->ifobj_tx; in worker_testapp_validate_tx() local
1739 err = ifobject->validation_func(ifobject); in worker_testapp_validate_tx()
1749 struct ifobject *ifobject = test->ifobj_rx; in worker_testapp_validate_rx() local
[all …]
H A Dxskxceiver.h123 struct ifobject;
125 typedef int (*validation_func_t)(struct ifobject *ifobj);
129 struct ifobject { struct
161 struct ifobject *ifobj_tx; argument
162 struct ifobject *ifobj_rx;