Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/xdp/
H A Dxsk.c222 static bool xsk_is_bound(struct xdp_sock *xs) in xsk_is_bound() function
237 if (!xsk_is_bound(xs)) in xsk_rcv()
486 if (unlikely(!xsk_is_bound(xs))) in xsk_sendmsg()
504 if (unlikely(!xsk_is_bound(xs))) in xsk_poll()
727 if (!xsk_is_bound(umem_xs)) { in xsk_bind()