Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_var.h824 void tcp_notify(struct inpcb *, int);
H A Dtcp_subr.c1246 tcp_notify(struct inpcb *inp, int error) in tcp_notify() function
1277 void (*notify)(struct inpcb *, int) = tcp_notify; in tcp6_ctlinput()
1385 void (*notify)(struct inpcb *, int) = tcp_notify; in tcp_ctlinput()