Searched refs:tcp_rate_skb_delivered (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | tcp_rate.c | 80 void tcp_rate_skb_delivered(struct sock *sk, struct sk_buff *skb, in tcp_rate_skb_delivered() function
|
H A D | tcp_input.c | 1475 tcp_rate_skb_delivered(sk, skb, state->rate); in tcp_shifted_skb() 1766 tcp_rate_skb_delivered(sk, skb, state->rate); in tcp_sacktag_walk() 3399 tcp_rate_skb_delivered(sk, skb, sack->rate); in tcp_clean_rtx_queue()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 1173 void tcp_rate_skb_delivered(struct sock *sk, struct sk_buff *skb,
|