Searched defs:ifobj (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 173 static bool is_umem_valid(struct ifobject *ifobj) in is_umem_valid() argument 188 static int xsk_configure_umem(struct ifobject *ifobj, struct xsk_umem_info *umem, void *buffer, in xsk_configure_umem() argument 375 static bool validate_interface(struct ifobject *ifobj) in validate_interface() argument 385 struct ifobject *ifobj; in parse_command_line() local 447 set_ring_size(struct ifobject * ifobj) set_ring_size() argument 467 hw_ring_size_reset(struct ifobject * ifobj) hw_ring_size_reset() argument 480 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; __test_spec_init() local 549 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; test_spec_init() local 770 __pkt_stream_replace_half(struct ifobject * ifobj,u32 pkt_len,int offset) __pkt_stream_replace_half() argument 853 __pkt_stream_generate_custom(struct ifobject * ifobj,struct pkt * frames,u32 nb_frames,bool verbatim) __pkt_stream_generate_custom() argument 1126 struct ifobject *ifobj = test->ifobj_rx; __receive_pkts() local 1781 testapp_clean_xsk_umem(struct ifobject * ifobj) testapp_clean_xsk_umem() argument 1800 struct ifobject *ifobj = test->ifobj_rx; xdp_prog_changed_rx() local 1807 struct ifobject *ifobj = test->ifobj_tx; xdp_prog_changed_tx() local 1812 xsk_reattach_xdp(struct ifobject * ifobj,struct bpf_program * xdp_prog,struct bpf_map * xskmap,enum test_mode mode) xsk_reattach_xdp() argument 1947 testapp_validate_traffic_single_thread(struct test_spec * test,struct ifobject * ifobj) testapp_validate_traffic_single_thread() argument 2320 xsk_load_xdp_programs(struct ifobject * ifobj) xsk_load_xdp_programs() argument 2329 xsk_unload_xdp_programs(struct ifobject * ifobj) xsk_unload_xdp_programs() argument 2350 init_iface(struct ifobject * ifobj,thread_func_t func_ptr) init_iface() argument 2532 struct ifobject *ifobj; ifobject_create() local 2555 ifobject_delete(struct ifobject * ifobj) ifobject_delete() argument [all...] |
/linux/net/bridge/ |
H A D | br_private.h | 561 struct kobject *ifobj; member
|