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

/freebsd-10-stable/sys/netinet/
H A Dtcp_subr.c232 static struct inpcb *tcp_notify(struct inpcb *, int);
1294 tcp_notify(struct inpcb *inp, int error) function
1306 KASSERT(tp != NULL, ("tcp_notify: tp == NULL"));
1594 struct inpcb *(*notify)(struct inpcb *, int) = tcp_notify;
1704 struct inpcb *(*notify)(struct inpcb *, int) = tcp_notify;

Completed in 53 milliseconds