Home
last modified time | relevance | path

Searched refs:ifobject (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dxskxceiver.c157 static void gen_eth_hdr(struct ifobject *ifobject, struct ethhdr *eth_hdr) in gen_eth_hdr() argument
159 memcpy(eth_hdr->h_dest, ifobject->dst_mac, ETH_ALEN); in gen_eth_hdr()
160 memcpy(eth_hdr->h_source, ifobject->src_mac, ETH_ALEN); in gen_eth_hdr()
164 static bool is_umem_valid(struct ifobject *ifobj) in is_umem_valid()
179 static int xsk_configure_umem(struct ifobject *ifobj, struct xsk_umem_info *umem, void *buffer, in xsk_configure_umem()
246 struct ifobject *ifobject, bool shared) in __xsk_configure_socket()
255 cfg.bind_flags = ifobject->bind_flags; in __xsk_configure_socket()
258 if (ifobject in __xsk_configure_socket()
245 __xsk_configure_socket(struct xsk_socket_info *xsk, struct xsk_umem_info *umem, struct ifobject *ifobject, bool shared) __xsk_configure_socket() argument
266 ifobj_zc_avail(struct ifobject *ifobject) ifobj_zc_avail() argument
696 pkt_generate(struct ifobject *ifobject, u64 addr, u32 len, u32 pkt_nb, u32 bytes_written) pkt_generate() argument
1095 __send_pkts(struct ifobject *ifobject, struct pollfd *fds, bool timeout) __send_pkts() argument
1216 send_pkts(struct test_spec *test, struct ifobject *ifobject) send_pkts() argument
1263 validate_rx_dropped(struct ifobject *ifobject) validate_rx_dropped() argument
1288 validate_rx_full(struct ifobject *ifobject) validate_rx_full() argument
1307 validate_fill_empty(struct ifobject *ifobject) validate_fill_empty() argument
1326 validate_tx_invalid_descs(struct ifobject *ifobject) validate_tx_invalid_descs() argument
1351 xsk_configure_socket(struct test_spec *test, struct ifobject *ifobject, struct xsk_umem_info *umem, bool tx) xsk_configure_socket() argument
1376 thread_common_ops_tx(struct test_spec *test, struct ifobject *ifobject) thread_common_ops_tx() argument
1429 thread_common_ops(struct test_spec *test, struct ifobject *ifobject) thread_common_ops() argument
1468 struct ifobject *ifobject = test->ifobj_tx; worker_testapp_validate_tx() local
1493 struct ifobject *ifobject = test->ifobj_rx; worker_testapp_validate_rx() local
[all...]
H A Dxskxceiver.h141 struct ifobject;
142 typedef int (*validation_func_t)(struct ifobject *ifobj);
145 struct ifobject { struct
177 struct ifobject *ifobj_tx;
178 struct ifobject *ifobj_rx;

Completed in 3 milliseconds