Searched refs:tcp_rate_skb_delivered (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_rate.c | 38 * a rate sample later when the skb is (s)acked in tcp_rate_skb_delivered(). 79 void tcp_rate_skb_delivered(struct sock *sk, struct sk_buff *skb, in tcp_rate_skb_delivered() function
|
H A D | tcp_input.c | 1449 tcp_rate_skb_delivered(sk, skb, state->rate); in tcp_shifted_skb() 1740 tcp_rate_skb_delivered(sk, skb, state->rate); in tcp_sacktag_walk() 3294 tcp_rate_skb_delivered(sk, skb, sack->rate); in tcp_clean_rtx_queue()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_rate.c | 38 * a rate sample later when the skb is (s)acked in tcp_rate_skb_delivered(). 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 | 1468 tcp_rate_skb_delivered(sk, skb, state->rate); in tcp_shifted_skb() 1759 tcp_rate_skb_delivered(sk, skb, state->rate); in tcp_sacktag_walk() 3325 tcp_rate_skb_delivered(sk, skb, sack->rate); in tcp_clean_rtx_queue()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 1162 void tcp_rate_skb_delivered(struct sock *sk, struct sk_buff *skb,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 1172 void tcp_rate_skb_delivered(struct sock *sk, struct sk_buff *skb,
|
Completed in 42 milliseconds