Home
last modified time | relevance | path

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

/openbmc/linux/net/xdp/
H A Dxsk.c506 static int xsk_wakeup(struct xdp_sock *xs, u8 flags) in xsk_wakeup() function
861 return xsk_wakeup(xs, XDP_WAKEUP_TX); in __xsk_sendmsg()
900 return xsk_wakeup(xs, XDP_WAKEUP_RX); in __xsk_recvmsg()
933 xsk_wakeup(xs, pool->cached_need_wakeup); in xsk_poll()