Searched refs:tcp_fragment (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/net/ipv4/ |
D | tcp_recovery.c | 232 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 2128 return tcp_fragment(sk, TCP_FRAG_IN_WRITE_QUEUE, in tso_fragment() 2835 if (unlikely(tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, in tcp_send_loss_probe() 3187 if (tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, len, in __tcp_retransmit_skb() 4059 if (tcp_fragment(sk, TCP_FRAG_IN_WRITE_QUEUE, in tcp_write_wakeup()
|
D | tcp_input.c | 1336 err = tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, in tcp_match_skb_to_sack()
|
/linux-5.19.10/include/net/ |
D | tcp.h | 599 int tcp_fragment(struct sock *sk, enum tcp_queue tcp_queue,
|