Lines Matching refs:xdp_sock

48 	struct xdp_sock *xs;  in xsk_set_tx_need_wakeup()
75 struct xdp_sock *xs; in xsk_clear_tx_need_wakeup()
151 static int __xsk_rcv_zc(struct xdp_sock *xs, struct xdp_buff *xdp, u32 len) in __xsk_rcv_zc()
186 static int __xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp, u32 len, in __xsk_rcv()
214 static bool xsk_tx_writeable(struct xdp_sock *xs) in xsk_tx_writeable()
222 static bool xsk_is_bound(struct xdp_sock *xs) in xsk_is_bound()
232 static int xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp, in xsk_rcv()
250 static void xsk_flush(struct xdp_sock *xs) in xsk_flush()
257 int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_generic_rcv()
268 int __xsk_map_redirect(struct xdp_sock *xs, struct xdp_buff *xdp) in __xsk_map_redirect()
286 struct xdp_sock *xs, *tmp; in __xsk_map_flush()
302 struct xdp_sock *xs; in xsk_tx_release()
316 struct xdp_sock *xs; in xsk_tx_peek_desc()
344 static int xsk_wakeup(struct xdp_sock *xs, u8 flags) in xsk_wakeup()
356 static int xsk_zc_xmit(struct xdp_sock *xs) in xsk_zc_xmit()
364 struct xdp_sock *xs = xdp_sk(skb->sk); in xsk_destruct_skb()
376 struct xdp_sock *xs = xdp_sk(sk); in xsk_generic_xmit()
470 struct xdp_sock *xs = xdp_sk(sk); in __xsk_sendmsg()
484 struct xdp_sock *xs = xdp_sk(sk); in xsk_sendmsg()
499 struct xdp_sock *xs = xdp_sk(sk); in xsk_poll()
543 static void xsk_unbind_dev(struct xdp_sock *xs) in xsk_unbind_dev()
558 static struct xsk_map *xsk_get_map_list_entry(struct xdp_sock *xs, in xsk_get_map_list_entry()
559 struct xdp_sock ***map_entry) in xsk_get_map_list_entry()
578 static void xsk_delete_from_maps(struct xdp_sock *xs) in xsk_delete_from_maps()
595 struct xdp_sock **map_entry = NULL; in xsk_delete_from_maps()
607 struct xdp_sock *xs = xdp_sk(sk); in xsk_release()
659 static bool xsk_validate_queues(struct xdp_sock *xs) in xsk_validate_queues()
668 struct xdp_sock *xs = xdp_sk(sk); in xsk_bind()
704 struct xdp_sock *umem_xs; in xsk_bind()
824 struct xdp_sock *xs = xdp_sk(sk); in xsk_setsockopt()
939 struct xdp_sock *xs = xdp_sk(sk); in xsk_getsockopt()
1071 struct xdp_sock *xs = xdp_sk(sock->sk); in xsk_mmap()
1117 struct xdp_sock *xs = xdp_sk(sk); in xsk_notifier()
1141 .obj_size = sizeof(struct xdp_sock),
1167 struct xdp_sock *xs = xdp_sk(sk); in xsk_destruct()
1181 struct xdp_sock *xs; in xsk_create()