Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_subr.c254 static void tcp_notify(struct inpcb *, int);
1958 tcp_notify(struct inpcb *inp, int error) in tcp_notify() function
2579 void (*notify)(struct inpcb *, int) = tcp_notify; in tcp_ctlinput()
2701 void (*notify)(struct inpcb *, int) = tcp_notify; in tcp6_ctlinput()