Searched refs:tcp_newtcpcb (Results 1 – 4 of 4) sorted by relevance
1461 tcp_newtcpcb(struct inpcb *, struct tcpcb *);
809 if ((tp = tcp_newtcpcb(inp, sototcpcb(lso))) == NULL) { in syncache_socket()
172 tp = tcp_newtcpcb(inp, NULL); in tcp_usr_attach()
2196 tcp_newtcpcb(struct inpcb *inp, struct tcpcb *listening_tcb) in tcp_newtcpcb() function