Searched refs:tcp_fragment (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/net/ipv4/ |
| D | tcp_recovery.c | 245 tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, in tcp_newreno_mark_lost()
|
| D | tcp_output.c | 1285 int tcp_fragment(struct sock *sk, enum tcp_queue tcp_queue, in tcp_fragment() function 1858 return tcp_fragment(sk, tcp_queue, skb, len, mss_now, gfp); in tso_fragment() 2496 if (unlikely(tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, in tcp_send_loss_probe() 2847 if (tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, len, in __tcp_retransmit_skb() 3683 if (tcp_fragment(sk, TCP_FRAG_IN_WRITE_QUEUE, in tcp_write_wakeup()
|
| D | tcp_input.c | 1194 err = tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, in tcp_match_skb_to_sack() 2224 tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, in tcp_mark_head_lost()
|
| /Linux-v4.19/include/net/ |
| D | tcp.h | 559 int tcp_fragment(struct sock *sk, enum tcp_queue tcp_queue,
|