Lines Matching defs:ifobject
157 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()
696 static void pkt_generate(struct ifobject *ifobject, u64 addr, u32 len, u32 pkt_nb, in pkt_generate()
1095 static int __send_pkts(struct ifobject *ifobject, struct pollfd *fds, bool timeout) in __send_pkts()
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()
1351 static void xsk_configure_socket(struct test_spec *test, struct ifobject *ifobject, in xsk_configure_socket()
1376 static void thread_common_ops_tx(struct test_spec *test, struct ifobject *ifobject) in thread_common_ops_tx()
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
1493 struct ifobject *ifobject = test->ifobj_rx; in worker_testapp_validate_rx() local