Home
last modified time | relevance | path

Searched refs:ooo_okay (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_offload.c67 bool ooo_okay, copy_destructor; in tcp_gso_segment() local
94 ooo_okay = gso_skb->ooo_okay; in tcp_gso_segment()
95 /* All segments but the first should have ooo_okay cleared */ in tcp_gso_segment()
96 skb->ooo_okay = 0; in tcp_gso_segment()
102 /* Only first segment might have ooo_okay set */ in tcp_gso_segment()
103 segs->ooo_okay = ooo_okay; in tcp_gso_segment()
H A Dtcp_output.c1154 * to migrate this flow (skb->ooo_okay will be eventually set) in tcp_wfree()
1307 skb->ooo_okay = sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1); in __tcp_transmit_skb()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_offload.c68 bool ooo_okay, copy_destructor; in tcp_gso_segment() local
96 ooo_okay = gso_skb->ooo_okay; in tcp_gso_segment()
97 /* All segments but the first should have ooo_okay cleared */ in tcp_gso_segment()
98 skb->ooo_okay = 0; in tcp_gso_segment()
104 /* Only first segment might have ooo_okay set */ in tcp_gso_segment()
105 segs->ooo_okay = ooo_okay; in tcp_gso_segment()
H A Dtcp_output.c1164 * to migrate this flow (skb->ooo_okay will be eventually set) in tcp_wfree()
1303 /* We set skb->ooo_okay to one if this packet can select in __tcp_transmit_skb()
1316 skb->ooo_okay = sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1) || in __tcp_transmit_skb()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_output.c530 skb->ooo_okay = sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1); in __tcp_nip_transmit_skb()
/kernel/linux/linux-5.10/drivers/net/hyperv/
H A Dnetvsc_drv.c330 if (q_idx < 0 || skb->ooo_okay || q_idx >= ndev->real_num_tx_queues) { in netvsc_pick_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c503 if (txq < 0 || skb->ooo_okay || txq >= ndev->real_num_tx_queues) { in mana_select_queue()
/kernel/linux/linux-6.6/drivers/net/hyperv/
H A Dnetvsc_drv.c282 if (q_idx < 0 || skb->ooo_okay || q_idx >= ndev->real_num_tx_queues) { in netvsc_pick_tx()
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h670 * @ooo_okay: allow the mapping of a socket to a queue to be changed
816 __u8 ooo_okay:1; member
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h791 * @ooo_okay: allow the mapping of a socket to a queue to be changed
938 __u8 ooo_okay:1;
/kernel/linux/linux-5.10/net/core/
H A Ddev.c4030 if (queue_index < 0 || skb->ooo_okay || in netdev_pick_tx()
/kernel/linux/linux-6.6/net/core/
H A Ddev.c4212 if (queue_index < 0 || skb->ooo_okay || in netdev_pick_tx()

Completed in 63 milliseconds