Home
last modified time | relevance | path

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

/Linux-v6.1/net/xdp/
Dxsk.c207 static bool xsk_is_bound(struct xdp_sock *xs) in xsk_is_bound() function
219 if (!xsk_is_bound(xs)) in xsk_rcv_check()
527 if (unlikely(!xsk_is_bound(xs))) { in xsk_generic_xmit()
637 if (unlikely(!xsk_is_bound(xs))) in __xsk_sendmsg()
674 if (unlikely(!xsk_is_bound(xs))) in __xsk_recvmsg()
716 if (unlikely(!xsk_is_bound(xs))) { in xsk_poll()
939 if (!xsk_is_bound(umem_xs)) { in xsk_bind()