Searched refs:tcp_rate_skb_delivered (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
A D | tcp_rate.c | 80 void tcp_rate_skb_delivered(struct sock *sk, struct sk_buff *skb, in tcp_rate_skb_delivered() function
|
A D | tcp_input.c | 1451 tcp_rate_skb_delivered(sk, skb, state->rate); in tcp_shifted_skb() 1742 tcp_rate_skb_delivered(sk, skb, state->rate); in tcp_sacktag_walk() 3307 tcp_rate_skb_delivered(sk, skb, sack->rate); in tcp_clean_rtx_queue()
|
/linux-6.3-rc2/include/net/ |
A D | tcp.h | 1171 void tcp_rate_skb_delivered(struct sock *sk, struct sk_buff *skb,
|
Completed in 20 milliseconds