Searched refs:tcp_try_coalesce (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 4630 * tcp_try_coalesce - try to merge skb to prior one 4642 static bool tcp_try_coalesce(struct sock *sk, in tcp_try_coalesce() function 4687 bool res = tcp_try_coalesce(sk, to, from, fragstolen); in tcp_ooo_try_coalesce() 4737 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue() 4926 tcp_try_coalesce(sk, tail, in tcp_queue_rcv()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_input.c | 4675 * tcp_try_coalesce - try to merge skb to prior one 4687 static bool tcp_try_coalesce(struct sock *sk, in tcp_try_coalesce() function 4732 bool res = tcp_try_coalesce(sk, to, from, fragstolen); in tcp_ooo_try_coalesce() 4783 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue() 4974 tcp_try_coalesce(sk, tail, in tcp_queue_rcv()
|
Completed in 18 milliseconds