Searched refs:tcp_send_challenge_ack (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.c | 747 tcp_send_challenge_ack(tp, th, m); in ctf_process_rst()
|
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 2202 tcp_send_challenge_ack(tp, th, m); in tcp_do_segment() 2224 tcp_send_challenge_ack(tp, th, m); in tcp_do_segment() 2462 tcp_send_challenge_ack(tp, th, m); in tcp_do_segment()
|
H A D | tcp_var.h | 1466 void tcp_send_challenge_ack(struct tcpcb *, struct tcphdr *, struct mbuf *);
|
H A D | tcp_subr.c | 2154 tcp_send_challenge_ack(struct tcpcb *tp, struct tcphdr *th, struct mbuf *m) in tcp_send_challenge_ack() function
|