Searched refs:tcp_rate_skb_delivered (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/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 | 1411 tcp_rate_skb_delivered(sk, skb, state->rate); in tcp_shifted_skb() 1700 tcp_rate_skb_delivered(sk, skb, state->rate); in tcp_sacktag_walk() 3226 tcp_rate_skb_delivered(sk, skb, sack->rate); in tcp_clean_rtx_queue()
|
/Linux-v5.10/include/net/ |
D | tcp.h | 1154 void tcp_rate_skb_delivered(struct sock *sk, struct sk_buff *skb,
|