Lines Matching refs:xdp_sock
40 struct xdp_sock *xsk_map[];
43 struct xdp_sock {
44 /* struct sock must be the first member of struct xdp_sock */
79 int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp);
80 int __xsk_map_redirect(struct xdp_sock *xs, struct xdp_buff *xdp);
83 static inline struct xdp_sock *__xsk_map_lookup_elem(struct bpf_map *map,
87 struct xdp_sock *xs;
98 static inline int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp)
103 static inline int __xsk_map_redirect(struct xdp_sock *xs, struct xdp_buff *xdp)
112 static inline struct xdp_sock *__xsk_map_lookup_elem(struct bpf_map *map,