Home
last modified time | relevance | path

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

/openbmc/linux/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()