Searched refs:tcp_rate_skb_delivered (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/ipv4/ | 
| D | tcp_rate.c | 78 void tcp_rate_skb_delivered(struct sock *sk, struct sk_buff *skb,  in tcp_rate_skb_delivered()  function
 | 
| D | tcp_input.c | 1302 	tcp_rate_skb_delivered(sk, skb, state->rate);  in tcp_shifted_skb()1591 			tcp_rate_skb_delivered(sk, skb, state->rate);  in tcp_sacktag_walk()
 3139 		tcp_rate_skb_delivered(sk, skb, sack->rate);  in tcp_clean_rtx_queue()
 
 | 
| /Linux-v5.4/include/net/ | 
| D | tcp.h | 1124 void tcp_rate_skb_delivered(struct sock *sk, struct sk_buff *skb,
 |