Searched refs:tcp_rate_skb_sent (Results 1 – 4 of 4) sorted by relevance
/linux-6.8/Documentation/networking/net_cachelines/ |
D | tcp_sock.rst | 80 …ts_in_flight(tx/rx);tcp_slow_start_after_idle_check,tcp_nagle_check,tcp_rate_skb_sent,tcp_event_ne… 99 … prr_out read_mostly read_mostly tcp_rate_skb_sent,tcp_newly_de… 100 … delivered read_mostly read_write tcp_rate_skb_sent, tcp_newly_d… 101 … delivered_ce read_mostly read_write tcp_rate_skb_sent(tx);tcp_rate… 103 … read_write read_mostly tcp_rate_check_app_limited,tcp_rate_skb_sent(tx);tcp_rate… 104 … first_tx_mstamp read_write - tcp_rate_skb_sent 105 … delivered_mstamp read_write - tcp_rate_skb_sent
|
/linux-6.8/net/ipv4/ |
D | tcp_rate.c | 40 void tcp_rate_skb_sent(struct sock *sk, struct sk_buff *skb) in tcp_rate_skb_sent() function
|
D | tcp_output.c | 1472 tcp_rate_skb_sent(sk, oskb); in __tcp_transmit_skb() 3384 tcp_rate_skb_sent(sk, skb); in __tcp_retransmit_skb()
|
/linux-6.8/include/net/ |
D | tcp.h | 1205 void tcp_rate_skb_sent(struct sock *sk, struct sk_buff *skb);
|