Searched refs:tcp_queue (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_output.c | 1517 enum tcp_queue tcp_queue) in tcp_insert_write_queue_after() argument 1519 if (tcp_queue == TCP_FRAG_IN_WRITE_QUEUE) in tcp_insert_write_queue_after() 1530 int tcp_fragment(struct sock *sk, enum tcp_queue tcp_queue, in tcp_fragment() argument 1555 tcp_queue != TCP_FRAG_IN_WRITE_QUEUE && in tcp_fragment() 1618 tcp_insert_write_queue_after(skb, buff, sk, tcp_queue); in tcp_fragment() 1619 if (tcp_queue == TCP_FRAG_IN_RTX_QUEUE) in tcp_fragment()
|
| /kernel/linux/linux-5.10/include/net/ |
| D | tcp.h | 575 enum tcp_queue { enum 579 int tcp_fragment(struct sock *sk, enum tcp_queue tcp_queue,
|
| /kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
| D | hispark_taurus.patch | 59772 @@ -1561,6 +1561,11 @@ int tcp_fragment(struct sock *sk, enum tcp_queue tcp_queue,
|
| /kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
| D | hispark_taurus.patch | 364395 @@ -1303,6 +1303,11 @@ int tcp_fragment(struct sock *sk, enum tcp_queue tcp_queue,
|