Home
last modified time | relevance | path

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

/linux/net/xdp/
H A Dxsk.c379 static bool xsk_is_bound(struct xdp_sock *xs) in xsk_is_bound() function
416 if (!xsk_is_bound(xs)) in xsk_rcv_check()
1033 if (unlikely(!xsk_is_bound(xs))) { in __xsk_generic_xmit()
1136 if (unlikely(!xsk_is_bound(xs))) in xsk_check_common()
1464 if (!xsk_is_bound(umem_xs)) { in xsk_bind()