Searched refs:ooo_okay (Results 1 – 7 of 7) sorted by relevance
68 bool ooo_okay, copy_destructor; in tcp_gso_segment() local99 ooo_okay = gso_skb->ooo_okay; in tcp_gso_segment()101 skb->ooo_okay = 0; in tcp_gso_segment()108 segs->ooo_okay = ooo_okay; in tcp_gso_segment()
1318 skb->ooo_okay = sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1) || in __tcp_transmit_skb()
457 skb->ooo_okay is set for a packet in the flow. This flag indicates that460 transport layer is responsible for setting ooo_okay appropriately. TCP,
282 if (q_idx < 0 || skb->ooo_okay || q_idx >= ndev->real_num_tx_queues) { in netvsc_pick_tx()
503 if (txq < 0 || skb->ooo_okay || txq >= ndev->real_num_tx_queues) { in mana_select_queue()
933 __u8 ooo_okay:1;
4220 if (queue_index < 0 || skb->ooo_okay || in netdev_pick_tx()