Searched refs:__xsk_rcv (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/xdp/ |
H A D | xsk.c | 186 static int __xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp, u32 len, in __xsk_rcv() function 247 __xsk_rcv(xs, xdp, len, explicit_free); in xsk_rcv()
|
/kernel/linux/linux-6.6/net/xdp/ |
H A D | xsk.c | 227 static int __xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp, u32 len) in __xsk_rcv() function 345 err = __xsk_rcv(xs, xdp, len); in xsk_generic_rcv() 366 err = __xsk_rcv(xs, xdp, len); in xsk_rcv()
|
Completed in 4 milliseconds