Home
last modified time | relevance | path

Searched refs:TCP_FRAG_IN_WRITE_QUEUE (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_output.c1177 if (tcp_fragment(sk, TCP_FRAG_IN_WRITE_QUEUE, skb, len, cur_mss, GFP_ATOMIC)) in __tcp_nip_retransmit_skb()
1309 err = tcp_fragment(sk, TCP_FRAG_IN_WRITE_QUEUE, in tcp_nip_write_wakeup()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c1520 if (tcp_queue == TCP_FRAG_IN_WRITE_QUEUE) in tcp_insert_write_queue_after()
1556 tcp_queue != TCP_FRAG_IN_WRITE_QUEUE && in tcp_fragment()
2126 return tcp_fragment(sk, TCP_FRAG_IN_WRITE_QUEUE, in tso_fragment()
2164 tcp_insert_write_queue_after(skb, buff, sk, TCP_FRAG_IN_WRITE_QUEUE); in tso_fragment()
4091 if (tcp_fragment(sk, TCP_FRAG_IN_WRITE_QUEUE, in tcp_write_wakeup()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c1532 if (tcp_queue == TCP_FRAG_IN_WRITE_QUEUE) in tcp_insert_write_queue_after()
1566 tcp_queue != TCP_FRAG_IN_WRITE_QUEUE && in tcp_fragment()
2169 tcp_insert_write_queue_after(skb, buff, sk, TCP_FRAG_IN_WRITE_QUEUE); in tso_fragment()
4193 if (tcp_fragment(sk, TCP_FRAG_IN_WRITE_QUEUE, in tcp_write_wakeup()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h582 TCP_FRAG_IN_WRITE_QUEUE, enumerator
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h603 TCP_FRAG_IN_WRITE_QUEUE, enumerator

Completed in 21 milliseconds