Lines Matching defs:ifobj

255 static bool is_umem_valid(struct ifobject *ifobj)  in is_umem_valid()
398 static bool validate_interface(struct ifobject *ifobj) in validate_interface()
408 struct ifobject *ifobj; in parse_command_line() local
460 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in __test_spec_init() local
517 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in test_spec_init() local
660 static void __pkt_stream_replace_half(struct ifobject *ifobj, u32 pkt_len, in __pkt_stream_replace_half()
720 static void __pkt_stream_generate_custom(struct ifobject *ifobj, in __pkt_stream_generate_custom()
897 struct ifobject *ifobj = test->ifobj_rx; in receive_pkts() local
1358 static void testapp_clean_xsk_umem(struct ifobject *ifobj) in testapp_clean_xsk_umem()
1374 static bool xdp_prog_changed(struct test_spec *test, struct ifobject *ifobj) in xdp_prog_changed()
1379 static void xsk_reattach_xdp(struct ifobject *ifobj, struct bpf_program *xdp_prog, in xsk_reattach_xdp()
1469 static int testapp_validate_traffic_single_thread(struct test_spec *test, struct ifobject *ifobj) in testapp_validate_traffic_single_thread()
1707 static int xsk_load_xdp_programs(struct ifobject *ifobj) in xsk_load_xdp_programs()
1716 static void xsk_unload_xdp_programs(struct ifobject *ifobj) in xsk_unload_xdp_programs()
1721 static void init_iface(struct ifobject *ifobj, const char *dst_mac, const char *src_mac, in init_iface()
1850 struct ifobject *ifobj; in ifobject_create() local
1873 static void ifobject_delete(struct ifobject *ifobj) in ifobject_delete()