Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
732 if (!xsk_is_bound(umem_xs)) { in xsk_bind()
807 * sockets, and xsk_is_bound(). in xsk_bind()
/kernel/linux/linux-6.6/net/xdp/
H A Dxsk.c303 static bool xsk_is_bound(struct xdp_sock *xs) in xsk_is_bound() function
315 if (!xsk_is_bound(xs)) in xsk_rcv_check()
725 if (unlikely(!xsk_is_bound(xs))) { in __xsk_generic_xmit()
825 if (unlikely(!xsk_is_bound(xs))) in xsk_check_common()
1154 if (!xsk_is_bound(umem_xs)) { in xsk_bind()
1244 * sockets, and xsk_is_bound(). in xsk_bind()

Completed in 4 milliseconds