Searched refs:__tcp_send_ack (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/networking/net_cachelines/ |
| H A D | inet_connection_sock.rst | 39 …_clear_xmit_timer,tcp_rearm_rto,tcp_event_new_data_sent,tcp_write_xmit,__tcp_send_ack,tcp_send_ack, 40 …stly tcp_dec_quickack_mode,tcp_event_ack_sent,__tcp_transmit_skb,__tcp_send_ack,tcp_send_ack
|
| /linux/net/ipv4/ |
| H A D | tcp_dctcp.h | 31 __tcp_send_ack(sk, *prior_rcv_nxt, 0); in dctcp_ece_ack_update()
|
| H A D | bpf_tcp_ca.c | 124 __tcp_send_ack((struct sock *)tp, rcv_nxt, 0); in BPF_CALL_2()
|
| H A D | tcp_output.c | 4464 void __tcp_send_ack(struct sock *sk, u32 rcv_nxt, u16 flags) in __tcp_send_ack() function 4505 EXPORT_SYMBOL_GPL(__tcp_send_ack); 4509 __tcp_send_ack(sk, tcp_sk(sk)->rcv_nxt, 0); in tcp_send_ack()
|
| H A D | tcp_input.c | 4038 __tcp_send_ack(sk, tp->rcv_nxt, flags); in tcp_send_ack_reflect_ect()
|
| /linux/include/net/ |
| H A D | tcp.h | 755 void __tcp_send_ack(struct sock *sk, u32 rcv_nxt, u16 flags);
|