Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dbpf_tcp_ca.c124 __tcp_send_ack((struct sock *)tp, rcv_nxt, 0); in BPF_CALL_2()
H A Dtcp_output.c4461 void __tcp_send_ack(struct sock *sk, u32 rcv_nxt, u16 flags) in __tcp_send_ack() function
4502 EXPORT_SYMBOL_GPL(__tcp_send_ack);
4506 __tcp_send_ack(sk, tcp_sk(sk)->rcv_nxt, 0); in tcp_send_ack()
H A Dtcp_input.c4038 __tcp_send_ack(sk, tp->rcv_nxt, flags); in tcp_send_ack_reflect_ect()
/linux/include/net/
H A Dtcp.h773 void __tcp_send_ack(struct sock *sk, u32 rcv_nxt, u16 flags);