Lines Matching defs:ifobj
260 static bool is_umem_valid(struct ifobject *ifobj) in is_umem_valid()
424 static bool validate_interface(struct ifobject *ifobj) in validate_interface()
434 struct ifobject *ifobj; in parse_command_line() local
486 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in __test_spec_init() local
539 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in test_spec_init() local
678 static void __pkt_stream_replace_half(struct ifobject *ifobj, u32 pkt_len, in __pkt_stream_replace_half()
738 static void __pkt_stream_generate_custom(struct ifobject *ifobj, in __pkt_stream_generate_custom()
915 struct ifobject *ifobj = test->ifobj_rx; in receive_pkts() local
1398 static void testapp_clean_xsk_umem(struct ifobject *ifobj) in testapp_clean_xsk_umem()
1414 static int testapp_validate_traffic_single_thread(struct test_spec *test, struct ifobject *ifobj, in testapp_validate_traffic_single_thread()
1703 static void init_iface(struct ifobject *ifobj, const char *dst_mac, const char *src_mac, in init_iface()
1831 struct ifobject *ifobj; in ifobject_create() local
1856 static void ifobject_delete(struct ifobject *ifobj) in ifobject_delete()