Home
last modified time | relevance | path

Searched refs:__tcp_send_ack (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
H A Dtcp_dctcp.h31 __tcp_send_ack(sk, *prior_rcv_nxt); in dctcp_ece_ack_update()
H A Dbpf_tcp_ca.c124 __tcp_send_ack((struct sock *)tp, rcv_nxt); in BPF_CALL_2()
H A Dtcp_output.c4237 void __tcp_send_ack(struct sock *sk, u32 rcv_nxt) in __tcp_send_ack() function
4277 EXPORT_SYMBOL_GPL(__tcp_send_ack);
4281 __tcp_send_ack(sk, tcp_sk(sk)->rcv_nxt); in tcp_send_ack()
/linux/include/net/
H A Dtcp.h670 void __tcp_send_ack(struct sock *sk, u32 rcv_nxt);