Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dtcp_offload.c68 bool ooo_okay, copy_destructor; in tcp_gso_segment() local
96 ooo_okay = gso_skb->ooo_okay; in tcp_gso_segment()
98 skb->ooo_okay = 0; in tcp_gso_segment()
105 segs->ooo_okay = ooo_okay; in tcp_gso_segment()
Dtcp_output.c1316 skb->ooo_okay = sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1) || in __tcp_transmit_skb()
/Linux-v6.6/Documentation/networking/
Dscaling.rst457 skb->ooo_okay is set for a packet in the flow. This flag indicates that
460 transport layer is responsible for setting ooo_okay appropriately. TCP,
/Linux-v6.6/drivers/net/hyperv/
Dnetvsc_drv.c278 if (q_idx < 0 || skb->ooo_okay || q_idx >= ndev->real_num_tx_queues) { in netvsc_pick_tx()
/Linux-v6.6/drivers/net/ethernet/microsoft/mana/
Dmana_en.c503 if (txq < 0 || skb->ooo_okay || txq >= ndev->real_num_tx_queues) { in mana_select_queue()
/Linux-v6.6/include/linux/
Dskbuff.h938 __u8 ooo_okay:1;
/Linux-v6.6/net/core/
Ddev.c4209 if (queue_index < 0 || skb->ooo_okay || in netdev_pick_tx()