Lines Matching defs:ifobj

167 static bool is_umem_valid(struct ifobject *ifobj)  in is_umem_valid()
182 static int xsk_configure_umem(struct ifobject *ifobj, struct xsk_umem_info *umem, void *buffer, in xsk_configure_umem()
340 static bool validate_interface(struct ifobject *ifobj) in validate_interface()
350 struct ifobject *ifobj; in parse_command_line() local
418 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in __test_spec_init() local
482 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in test_spec_init() local
703 static void __pkt_stream_replace_half(struct ifobject *ifobj, u32 pkt_len, in __pkt_stream_replace_half()
786 static struct pkt_stream *__pkt_stream_generate_custom(struct ifobject *ifobj, struct pkt *frames, in __pkt_stream_generate_custom()
1059 struct ifobject *ifobj = test->ifobj_rx; in __receive_pkts() local
1713 static void testapp_clean_xsk_umem(struct ifobject *ifobj) in testapp_clean_xsk_umem()
1732 struct ifobject *ifobj = test->ifobj_rx; in xdp_prog_changed_rx() local
1739 struct ifobject *ifobj = test->ifobj_tx; in xdp_prog_changed_tx() local
1744 static void xsk_reattach_xdp(struct ifobject *ifobj, struct bpf_program *xdp_prog, in xsk_reattach_xdp()
1867 static int testapp_validate_traffic_single_thread(struct test_spec *test, struct ifobject *ifobj) in testapp_validate_traffic_single_thread()
2226 static int xsk_load_xdp_programs(struct ifobject *ifobj) in xsk_load_xdp_programs()
2235 static void xsk_unload_xdp_programs(struct ifobject *ifobj) in xsk_unload_xdp_programs()
2256 static void init_iface(struct ifobject *ifobj, thread_func_t func_ptr) in init_iface()
2390 struct ifobject *ifobj; in ifobject_create() local
2413 static void ifobject_delete(struct ifobject *ifobj) in ifobject_delete()