Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h1445 tcp_newtcpcb(struct inpcb *);
H A Dtcp_syncache.c805 if ((tp = tcp_newtcpcb(inp)) == NULL) { in syncache_socket()
H A Dtcp_usrreq.c175 tp = tcp_newtcpcb(inp); in tcp_usr_attach()
H A Dtcp_subr.c2181 tcp_newtcpcb(struct inpcb *inp) in tcp_newtcpcb() function