Searched refs:tcp_fragment (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_recovery.c | 235 tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, in tcp_newreno_mark_lost()
|
| D | tcp_output.c | 1530 int tcp_fragment(struct sock *sk, enum tcp_queue tcp_queue, in tcp_fragment() function 2125 return tcp_fragment(sk, TCP_FRAG_IN_WRITE_QUEUE, in tso_fragment() 2830 if (unlikely(tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, in tcp_send_loss_probe() 3195 if (tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, len, in __tcp_retransmit_skb() 4066 if (tcp_fragment(sk, TCP_FRAG_IN_WRITE_QUEUE, in tcp_write_wakeup()
|
| D | tcp_input.c | 1318 err = tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, in tcp_match_skb_to_sack()
|
| /kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
| D | tcp_nip_output.c | 1177 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/include/net/ |
| D | tcp.h | 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,
|