Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c747 tcp_send_challenge_ack(tp, th, m); in ctf_process_rst()
/freebsd/sys/netinet/
H A Dtcp_input.c2202 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 Dtcp_var.h1466 void tcp_send_challenge_ack(struct tcpcb *, struct tcphdr *, struct mbuf *);
H A Dtcp_subr.c2154 tcp_send_challenge_ack(struct tcpcb *tp, struct tcphdr *th, struct mbuf *m) in tcp_send_challenge_ack() function