Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dxdpsock_user.c87 struct xsk_socket_info { struct
100 struct xsk_socket_info *xsks[MAX_SOCKS]; argument
310 static struct xsk_socket_info *xsk_configure_socket(struct xsk_umem_info *umem) in xsk_configure_socket()
313 struct xsk_socket_info *xsk; in xsk_configure_socket()
476 static void kick_tx(struct xsk_socket_info *xsk) in kick_tx()
486 static inline void complete_tx_l2fwd(struct xsk_socket_info *xsk, in complete_tx_l2fwd()
529 static inline void complete_tx_only(struct xsk_socket_info *xsk) in complete_tx_only()
548 static void rx_drop(struct xsk_socket_info *xsk, struct pollfd *fds) in rx_drop()
611 static void tx_only(struct xsk_socket_info *xsk, u32 frame_nb) in tx_only()
661 static void l2fwd(struct xsk_socket_info *xsk, struct pollfd *fds) in l2fwd()