Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_subr.c342 static struct inpcb *tcp_notify(struct inpcb *, int);
2201 tcp_notify(struct inpcb *inp, int error) in tcp_notify() function
2464 struct inpcb *(*notify)(struct inpcb *, int) = tcp_notify; in tcp_ctlinput()
2570 struct inpcb *(*notify)(struct inpcb *, int) = tcp_notify; in tcp6_ctlinput()