Searched refs:xsk_socket_info (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | xskxceiver.h | 87 struct xsk_socket_info { struct 131 struct xsk_socket_info *xsk; 132 struct xsk_socket_info *xsk_arr;
|
H A D | xskxceiver.c | 166 static void gen_eth_hdr(struct xsk_socket_info *xsk, struct ethhdr *eth_hdr) in gen_eth_hdr() 240 static void enable_busy_poll(struct xsk_socket_info *xsk) in enable_busy_poll() 260 static int __xsk_configure_socket(struct xsk_socket_info *xsk, struct xsk_umem_info *umem, in __xsk_configure_socket() 289 struct xsk_socket_info *xsk; in ifobj_zc_avail() 309 xsk = calloc(1, sizeof(struct xsk_socket_info)); in ifobj_zc_avail() 833 static void pkt_generate(struct xsk_socket_info *xsk, struct xsk_umem_info *umem, u64 addr, u32 len, in pkt_generate() 1066 static int kick_tx(struct xsk_socket_info *xsk) in kick_tx() 1080 static int kick_rx(struct xsk_socket_info *xsk) in kick_rx() 1091 static int complete_pkts(struct xsk_socket_info *xsk, int batch_size) in complete_pkts() 1121 static int __receive_pkts(struct test_spec *test, struct xsk_socket_info *xsk) in __receive_pkts() [all …]
|