Home
last modified time | relevance | path

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

/net/xdp/
Dxsk.c418 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); in xsk_sendmsg() local
424 if (unlikely(need_wait)) in xsk_sendmsg()
/net/packet/
Daf_packet.c2617 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() local
2684 if (need_wait && skb) { in tpacket_snd()
2720 !need_wait, &err); in tpacket_snd()
2788 (need_wait && packet_read_pending(&po->tx_ring)))); in tpacket_snd()