Searched refs:__tcp_send_ack (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv4/ |
| 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 | 4461 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 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 | 773 void __tcp_send_ack(struct sock *sk, u32 rcv_nxt, u16 flags);
|