Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c341 static struct inpcb *tcp_drop_syn_sent(struct inpcb *, int);
3082 notify = tcp_drop_syn_sent; in tcp_ctlinput_with_port()
3088 notify = tcp_drop_syn_sent; in tcp_ctlinput_with_port()
3247 notify = tcp_drop_syn_sent; in tcp6_ctlinput_with_port()
3267 notify = tcp_drop_syn_sent; in tcp6_ctlinput_with_port()
3530 tcp_drop_syn_sent(struct inpcb *inp, int errno) in tcp_drop_syn_sent() function