Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_var.h1685 void tcp_drop_syn_sent(struct inpcb *, int);
H A Dtcp_subr.c2463 notify = tcp_drop_syn_sent; in tcp_ctlinput()
2608 notify = tcp_drop_syn_sent; in tcp6_ctlinput()
2826 tcp_drop_syn_sent(struct inpcb *inp, int errno) in tcp_drop_syn_sent() function