Home
last modified time | relevance | path

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

/linux-6.12.1/net/xdp/
Dxsk.c302 static bool xsk_is_bound(struct xdp_sock *xs) in xsk_is_bound() function
314 if (!xsk_is_bound(xs)) in xsk_rcv_check()
786 if (unlikely(!xsk_is_bound(xs))) { in __xsk_generic_xmit()
886 if (unlikely(!xsk_is_bound(xs))) in xsk_check_common()
1215 if (!xsk_is_bound(umem_xs)) { in xsk_bind()