Home
last modified time | relevance | path

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

/net/xdp/
Dxsk.c222 static bool xsk_is_bound(struct xdp_sock *xs) in xsk_is_bound() function
234 if (!xsk_is_bound(xs)) in xsk_rcv_check()
542 if (unlikely(!xsk_is_bound(xs))) { in xsk_generic_xmit()
652 if (unlikely(!xsk_is_bound(xs))) in __xsk_sendmsg()
686 if (unlikely(!xsk_is_bound(xs))) in __xsk_recvmsg()
728 if (unlikely(!xsk_is_bound(xs))) { in xsk_poll()
958 if (!xsk_is_bound(umem_xs)) { in xsk_bind()