Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dxskxceiver.h136 struct ifobject { struct
137 char ifname[MAX_INTERFACE_NAME_CHARS];
138 struct xsk_socket_info *xsk;
139 struct xsk_socket_info *xsk_arr;
140 struct xsk_umem_info *umem;
141 thread_func_t func_ptr;
142 validation_func_t validation_func;
166 struct ifobject *ifobj_tx; argument
A Dxskxceiver.c231 static void gen_ip_hdr(struct ifobject *ifobject, struct iphdr *ip_hdr) in gen_ip_hdr()
316 struct ifobject *ifobject, bool shared) in __xsk_configure_socket()
334 static bool ifobj_zc_avail(struct ifobject *ifobject) in ifobj_zc_avail()
694 static struct pkt *pkt_generate(struct ifobject *ifobject, u32 pkt_nb) in pkt_generate()
1115 static int validate_rx_dropped(struct ifobject *ifobject) in validate_rx_dropped()
1133 static int validate_rx_full(struct ifobject *ifobject) in validate_rx_full()
1152 static int validate_fill_empty(struct ifobject *ifobject) in validate_fill_empty()
1171 static int validate_tx_invalid_descs(struct ifobject *ifobject) in validate_tx_invalid_descs()
1299 struct ifobject *ifobject = test->ifobj_tx; in worker_testapp_validate_tx() local
1324 struct ifobject *ifobject = test->ifobj_rx; in worker_testapp_validate_rx() local
[all …]

Completed in 9 milliseconds