Searched refs:tcp_fragment (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | tcp_output.c | 1135 int tcp_fragment(struct sock *sk, struct sk_buff *skb, u32 len, in tcp_fragment() function 1711 return tcp_fragment(sk, skb, len, mss_now, gfp); in tso_fragment() 2261 if (unlikely(tcp_fragment(sk, skb, (pcount - 1) * mss, mss, in tcp_send_loss_probe() 2599 if (tcp_fragment(sk, skb, cur_mss, cur_mss, GFP_ATOMIC)) in __tcp_retransmit_skb() 3452 if (tcp_fragment(sk, skb, seg_size, mss, GFP_ATOMIC)) in tcp_write_wakeup()
|
D | tcp_input.c | 1144 err = tcp_fragment(sk, skb, pkt_len, mss, GFP_ATOMIC); in tcp_match_skb_to_sack() 2208 err = tcp_fragment(sk, skb, (packets - oldcnt) * mss, in tcp_mark_head_lost()
|
/linux-4.4.14/include/net/ |
D | tcp.h | 553 int tcp_fragment(struct sock *, struct sk_buff *, u32, unsigned int, gfp_t);
|