Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_offload.c145 bool ooo_okay, copy_destructor; in tcp_gso_segment() local
177 ooo_okay = gso_skb->ooo_okay; in tcp_gso_segment()
179 skb->ooo_okay = 0; in tcp_gso_segment()
186 segs->ooo_okay = ooo_okay; in tcp_gso_segment()
H A Dtcp_output.c1523 skb->ooo_okay = sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1) || in __tcp_transmit_skb()
/linux/Documentation/networking/
H A Dscaling.rst523 skb->ooo_okay is set for a packet in the flow. This flag indicates that
526 transport layer is responsible for setting ooo_okay appropriately. TCP,
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c283 if (q_idx < 0 || skb->ooo_okay || q_idx >= ndev->real_num_tx_queues) { in netvsc_pick_tx()
/linux/net/core/
H A Dsock.c2741 skb->ooo_okay = (old_wmem == SK_WMEM_ALLOC_BIAS); in skb_set_owner_w()
H A Ddev.c4672 if (queue_index < 0 || skb->ooo_okay || in netdev_pick_tx()
/linux/include/linux/
H A Dskbuff.h978 __u8 ooo_okay:1;