Home
last modified time | relevance | path

Searched refs:xsk_socket_info (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dxskxceiver.h116 struct xsk_socket_info { struct
147 struct xsk_socket_info *xsk;
148 struct xsk_socket_info *xsk_arr;
H A Dxskxceiver.c225 static void enable_busy_poll(struct xsk_socket_info *xsk) in enable_busy_poll()
245 static int __xsk_configure_socket(struct xsk_socket_info *xsk, struct xsk_umem_info *umem, in __xsk_configure_socket()
270 struct xsk_socket_info *xsk; in ifobj_zc_avail()
290 xsk = calloc(1, sizeof(struct xsk_socket_info)); in ifobj_zc_avail()
919 static void kick_tx(struct xsk_socket_info *xsk) in kick_tx()
933 static void kick_rx(struct xsk_socket_info *xsk) in kick_rx()
942 static int complete_pkts(struct xsk_socket_info *xsk, int batch_size) in complete_pkts()
971 struct xsk_socket_info *xsk = test->ifobj_rx->xsk; in receive_pkts()
1099 struct xsk_socket_info *xsk = ifobject->xsk; in __send_pkts()
1210 static void wait_for_tx_completion(struct xsk_socket_info *xs
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdpsock_user.c143 struct xsk_socket_info { struct
155 struct xsk_socket_info *xsks[MAX_SOCKS];
193 static int xsk_get_xdp_stats(int fd, struct xsk_socket_info *xsk) in xsk_get_xdp_stats()
840 static struct xsk_socket_info *xsk_configure_socket(struct xsk_umem_info *umem, in xsk_configure_socket()
844 struct xsk_socket_info *xsk; in xsk_configure_socket()
1090 static void kick_tx(struct xsk_socket_info *xsk) in kick_tx()
1101 static inline void complete_tx_l2fwd(struct xsk_socket_info *xsk, in complete_tx_l2fwd()
1153 static inline void complete_tx_only(struct xsk_socket_info *xsk, in complete_tx_only()
1175 static void rx_drop(struct xsk_socket_info *xsk, struct pollfd *fds) in rx_drop()
1245 static void tx_only(struct xsk_socket_info *xs
[all...]

Completed in 6 milliseconds