Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dtcp_offload.c68 bool ooo_okay, copy_destructor; in tcp_gso_segment() local
95 ooo_okay = gso_skb->ooo_okay; in tcp_gso_segment()
97 skb->ooo_okay = 0; in tcp_gso_segment()
104 segs->ooo_okay = ooo_okay; in tcp_gso_segment()
Dtcp_output.c1304 skb->ooo_okay = sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1); in __tcp_transmit_skb()
/Linux-v6.1/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.1/drivers/net/ethernet/microsoft/mana/
Dmana_en.c368 if (txq < 0 || skb->ooo_okay || txq >= ndev->real_num_tx_queues) { in mana_select_queue()
/Linux-v6.1/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.1/include/linux/
Dskbuff.h939 __u8 ooo_okay:1;
/Linux-v6.1/net/core/
Ddev.c4094 if (queue_index < 0 || skb->ooo_okay || in netdev_pick_tx()