Searched refs:tcp_rate_skb_delivered (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | tcp_rate.c | 75 void tcp_rate_skb_delivered(struct sock *sk, struct sk_buff *skb, in tcp_rate_skb_delivered() function
|
D | tcp_input.c | 1309 tcp_rate_skb_delivered(sk, skb, state->rate); in tcp_shifted_skb() 1584 tcp_rate_skb_delivered(sk, skb, state->rate); in tcp_sacktag_walk() 3131 tcp_rate_skb_delivered(sk, skb, sack->rate); in tcp_clean_rtx_queue()
|
/Linux-v4.19/include/net/ |
D | tcp.h | 1101 void tcp_rate_skb_delivered(struct sock *sk, struct sk_buff *skb,
|