Home
last modified time | relevance | path

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

/net/xdp/
Dxsk.c647 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); in __xsk_sendmsg() local
654 if (unlikely(need_wait)) in __xsk_sendmsg()
682 bool need_wait = !(flags & MSG_DONTWAIT); in __xsk_recvmsg() local
692 if (unlikely(need_wait)) in __xsk_recvmsg()
/net/packet/
Daf_packet.c2687 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() local
2754 if (need_wait && skb) { in tpacket_snd()
2790 !need_wait, &err); in tpacket_snd()
2860 (need_wait && packet_read_pending(&po->tx_ring)))); in tpacket_snd()