Searched refs:tcp_fragment (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 1843 int tcp_fragment(struct sock *sk, enum tcp_queue tcp_queue, in tcp_fragment() function 3204 if (unlikely(tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, in tcp_send_loss_probe() 3612 if (tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, len, in __tcp_retransmit_skb() 4578 if (tcp_fragment(sk, TCP_FRAG_IN_WRITE_QUEUE, in tcp_write_wakeup()
|
| H A D | tcp_input.c | 1570 err = tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, in tcp_match_skb_to_sack()
|
| /linux/include/net/ |
| H A D | tcp.h | 762 int tcp_fragment(struct sock *sk, enum tcp_queue tcp_queue,
|