Lines Matching defs:ifobj
173 static bool is_umem_valid(struct ifobject *ifobj) in is_umem_valid()
188 static int xsk_configure_umem(struct ifobject *ifobj, struct xsk_umem_info *umem, void *buffer, in xsk_configure_umem()
375 static bool validate_interface(struct ifobject *ifobj) in validate_interface()
385 struct ifobject *ifobj; in parse_command_line() local
447 static int set_ring_size(struct ifobject *ifobj) in set_ring_size()
467 static int hw_ring_size_reset(struct ifobject *ifobj) in hw_ring_size_reset()
480 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in __test_spec_init() local
549 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in test_spec_init() local
770 static void __pkt_stream_replace_half(struct ifobject *ifobj, u32 pkt_len, in __pkt_stream_replace_half()
853 static struct pkt_stream *__pkt_stream_generate_custom(struct ifobject *ifobj, struct pkt *frames, in __pkt_stream_generate_custom()
1126 struct ifobject *ifobj = test->ifobj_rx; in __receive_pkts() local
1781 static void testapp_clean_xsk_umem(struct ifobject *ifobj) in testapp_clean_xsk_umem()
1800 struct ifobject *ifobj = test->ifobj_rx; in xdp_prog_changed_rx() local
1807 struct ifobject *ifobj = test->ifobj_tx; in xdp_prog_changed_tx() local
1812 static void xsk_reattach_xdp(struct ifobject *ifobj, struct bpf_program *xdp_prog, in xsk_reattach_xdp()
1947 static int testapp_validate_traffic_single_thread(struct test_spec *test, struct ifobject *ifobj) in testapp_validate_traffic_single_thread()
2320 static int xsk_load_xdp_programs(struct ifobject *ifobj) in xsk_load_xdp_programs()
2329 static void xsk_unload_xdp_programs(struct ifobject *ifobj) in xsk_unload_xdp_programs()
2350 static void init_iface(struct ifobject *ifobj, thread_func_t func_ptr) in init_iface()
2532 struct ifobject *ifobj; in ifobject_create() local
2555 static void ifobject_delete(struct ifobject *ifobj) in ifobject_delete()