Home
last modified time | relevance | path

Searched defs:ifobject (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.h124 struct ifobject { struct
125 char ifname[MAX_INTERFACE_NAME_CHARS];
126 struct xsk_socket_info *xsk;
127 struct xsk_socket_info *xsk_arr;
128 thread_func_t func_ptr;
129 validation_func_t validation_func;
130 struct xsk_xdp_progs *xdp_progs;
131 struct bpf_map *xskmap;
155 struct ifobject *ifobject_create(void); argument
H A Dtest_xsk.c152 struct ifobject *ifobject, bool shared) in xsk_configure_socket()
1163 static int __send_pkts(struct ifobject *ifobject, struct xsk_socket_info *xsk, in __send_pkts()
1317 static int send_pkts(struct test_spec *test, struct ifobject *ifobject) in send_pkts()
1374 static int validate_rx_dropped(struct ifobject *ifobject) in validate_rx_dropped()
1401 static int validate_rx_full(struct ifobject *ifobject) in validate_rx_full()
1422 static int validate_fill_empty(struct ifobject *ifobject) in validate_fill_empty()
1443 static int validate_tx_invalid_descs(struct ifobject *ifobject) in validate_tx_invalid_descs()
1470 static int xsk_configure(struct test_spec *test, struct ifobject *ifobject, in xsk_configure()
1500 static int thread_common_ops_tx(struct test_spec *test, struct ifobject *ifobject) in thread_common_ops_tx()
1571 static int thread_common_ops(struct test_spec *test, struct ifobject *ifobject) in thread_common_ops()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h130 struct ifobject { global() struct
131 ifnameifobject global() argument
132 xskifobject global() argument
133 xsk_arrifobject global() argument
134 umemifobject global() argument
135 func_ptrifobject global() argument
136 validation_funcifobject global() argument
137 xdp_progsifobject global() argument
138 xskmapifobject global() argument
162 hw_ring_size_suppifobject global() argument
H A Dxskxceiver.c120 static bool ifobj_zc_avail(struct ifobject *ifobject) in ifobj_zc_avail()