Searched refs:tcp_try_coalesce (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | tcp_input.c | 4250 static bool tcp_try_coalesce(struct sock *sk, in tcp_try_coalesce() function 4307 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue() 4382 if (!tcp_try_coalesce(sk, skb1, skb, &fragstolen)) { in tcp_data_queue_ofo() 4475 tcp_try_coalesce(sk, tail, skb, fragstolen)) ? 1 : 0; in tcp_queue_rcv()
|