Home
last modified time | relevance | path

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

/linux/include/net/
H A Dxdp_sock.h127 int __xsk_map_redirect(struct xdp_sock *xs, struct xdp_buff *xdp);
185 static inline int __xsk_map_redirect(struct xdp_sock *xs, struct xdp_buff *xdp) in __xsk_map_redirect() function
/linux/net/xdp/
H A Dxsk.c497 int __xsk_map_redirect(struct xdp_sock *xs, struct xdp_buff *xdp) in __xsk_map_flush()
473 int __xsk_map_redirect(struct xdp_sock *xs, struct xdp_buff *xdp) __xsk_map_redirect() function
/linux/net/core/
H A Dfilter.c4601 err = __xsk_map_redirect(fwd, xdp); in __xdp_do_redirect_xsk()