Searched refs:xsk_generic_rcv (Results 1 – 3 of 3) sorted by relevance
125 int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp);208 static inline int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_generic_rcv() function
437 int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_generic_rcv() 436 int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) xsk_generic_rcv() function
4652 err = xsk_generic_rcv(fwd, xdp); in BPF_CALL_2()