Searched refs:tcp_drop_syn_sent (Results 1 – 1 of 1) sorted by relevance
340 static struct inpcb *tcp_drop_syn_sent(struct inpcb *, int);2813 notify = tcp_drop_syn_sent; in tcp_ctlinput_with_port()2819 notify = tcp_drop_syn_sent; in tcp_ctlinput_with_port()2978 notify = tcp_drop_syn_sent; in tcp6_ctlinput_with_port()2998 notify = tcp_drop_syn_sent; in tcp6_ctlinput_with_port()3261 tcp_drop_syn_sent(struct inpcb *inp, int errno) in tcp_drop_syn_sent() function