Lines Matching defs:ifobject

224 static void gen_eth_hdr(struct ifobject *ifobject, struct ethhdr *eth_hdr)  in gen_eth_hdr()
231 static void gen_ip_hdr(struct ifobject *ifobject, struct iphdr *ip_hdr) in gen_ip_hdr()
246 static void gen_udp_hdr(u32 payload, void *pkt, struct ifobject *ifobject, in gen_udp_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()
986 static int __send_pkts(struct ifobject *ifobject, u32 *pkt_nb, struct pollfd *fds, in __send_pkts()
1071 static int send_pkts(struct test_spec *test, struct ifobject *ifobject) in send_pkts()
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()
1196 static void xsk_configure_socket(struct test_spec *test, struct ifobject *ifobject, in xsk_configure_socket()
1221 static void thread_common_ops_tx(struct test_spec *test, struct ifobject *ifobject) in thread_common_ops_tx()
1260 static void thread_common_ops(struct test_spec *test, struct ifobject *ifobject) in thread_common_ops()
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
1596 static bool hugepages_present(struct ifobject *ifobject) in hugepages_present()