Lines Matching defs:ifobject
229 static void gen_eth_hdr(struct ifobject *ifobject, struct ethhdr *eth_hdr) in gen_eth_hdr()
236 static void gen_ip_hdr(struct ifobject *ifobject, struct iphdr *ip_hdr) in gen_ip_hdr()
251 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()
336 static bool ifobj_zc_avail(struct ifobject *ifobject) in ifobj_zc_avail()
712 static struct pkt *pkt_generate(struct ifobject *ifobject, u32 pkt_nb) in pkt_generate()
1004 static int __send_pkts(struct ifobject *ifobject, u32 *pkt_nb, struct pollfd *fds, in __send_pkts()
1088 static int send_pkts(struct test_spec *test, struct ifobject *ifobject) in send_pkts()
1132 static int validate_rx_dropped(struct ifobject *ifobject) in validate_rx_dropped()
1150 static int validate_rx_full(struct ifobject *ifobject) in validate_rx_full()
1169 static int validate_fill_empty(struct ifobject *ifobject) in validate_fill_empty()
1188 static int validate_tx_invalid_descs(struct ifobject *ifobject) in validate_tx_invalid_descs()
1213 static void xsk_configure_socket(struct test_spec *test, struct ifobject *ifobject, in xsk_configure_socket()
1238 static void thread_common_ops_tx(struct test_spec *test, struct ifobject *ifobject) in thread_common_ops_tx()
1277 static void thread_common_ops(struct test_spec *test, struct ifobject *ifobject) in thread_common_ops()
1342 struct ifobject *ifobject = test->ifobj_tx; in worker_testapp_validate_tx() local
1367 struct ifobject *ifobject = test->ifobj_rx; in worker_testapp_validate_rx() local
1620 static bool hugepages_present(struct ifobject *ifobject) in hugepages_present()
1865 static bool is_xdp_supported(struct ifobject *ifobject) in is_xdp_supported()