Searched refs:tcp_clean_rtx_queue (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/networking/net_cachelines/ |
H A D | tcp_sock.rst | 20 …transmit_skb,tcp_event_new_data_sent(write)(tx);tcp_rcv_established,tcp_ack,tcp_clean_rtx_queue(rx) 26 …minshall_check,tcp_cwnd_validate(tx);tcp_ack,tcp_may_update_window,tcp_clean_rtx_queue(write),tcp_… 38 …_sync_mss,tcp_sndbuf_expand,tcp_tso_should_defer(tx);tcp_update_pacing_rate,tcp_clean_rtx_queue(rx) 73 …e_xmit/tcp_rcv_space_adjust)(tx);tcp_rcv_space_adjust,tcp_rate_gen,tcp_clean_rtx_queue,tcp_ack_upd… 80 …p_event_new_data_sent,tcp_cwnd_validate,tcp_write_xmit(tx);tcp_ack,tcp_clean_rtx_queue,tcp_update_… 89 … read_mostly tcp_mark_urg,tcp_urg_mode,__tcp_transmit_skb(tx);tcp_clean_rtx_queue(rx) 99 …stly tcp_rate_skb_sent,tcp_newly_delivered(tx);tcp_ack,tcp_rate_gen,tcp_clean_rtx_queue(rx) 100 … tcp_rate_skb_sent, tcp_newly_delivered(tx);tcp_ack, tcp_rate_gen, tcp_clean_rtx_queue (rx) 113 …y read_mostly tcp_left_out(tx);tcp_packets_in_flight(tx/rx);tcp_clean_rtx_queue(rx) 116 …* lost_skb_hint read_mostly tcp_clean_rtx_queue [all …]
|
/linux/net/ipv4/ |
H A D | tcp_input.c | 3340 static int tcp_clean_rtx_queue(struct sock *sk, const struct sk_buff *ack_skb, in tcp_clean_rtx_queue() function 4032 flag |= tcp_clean_rtx_queue(sk, skb, prior_fack, prior_snd_una, in tcp_ack()
|