Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_input.c2194 tcp_send_challenge_ack(tp, th, m); in tcp_do_segment()
2216 tcp_send_challenge_ack(tp, th, m); in tcp_do_segment()
2454 tcp_send_challenge_ack(tp, th, m); in tcp_do_segment()
HDtcp_var.h1483 void tcp_send_challenge_ack(struct tcpcb *, struct tcphdr *, struct mbuf *);
HDtcp_subr.c2228 tcp_send_challenge_ack(struct tcpcb *tp, struct tcphdr *th, struct mbuf *m) in tcp_send_challenge_ack() function