Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_var.h823 tcp_newtcpcb(int, struct inpcb *);
H A Dtcp_subr.c944 tcp_newtcpcb(int family, struct inpcb *inp) in tcp_newtcpcb() function
H A Dtcp_usrreq.c481 tp = tcp_newtcpcb(family, inp); in tcp_attach()