Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/xdp/
H A Dxsk.c364 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()
607 struct xdp_sock *xs = xdp_sk(sk); in xsk_release()
668 struct xdp_sock *xs = xdp_sk(sk); in xsk_bind()
726 umem_xs = xdp_sk(sock->sk); 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()
[all …]
H A Dxsk.h37 static inline struct xdp_sock *xdp_sk(struct sock *sk) in xdp_sk() function
H A Dxsk_diag.c97 struct xdp_sock *xs = xdp_sk(sk); in xsk_diag_fill()