Searched refs:tcp_newtcpcb (Results 1 – 6 of 6) sorted by relevance
254 struct tcpcb * tcp_newtcpcb _P((struct socket *));
181 tcp_newtcpcb(struct socket *so) in tcp_newtcpcb() function675 if ((so->so_tcpcb = tcp_newtcpcb(so)) == NULL) in tcp_attach()
636 if ((so->so_tcpcb = tcp_newtcpcb(so)) == NULL) { in solisten()
304 struct tcpcb * tcp_newtcpcb _P((struct socket *));
179 tcp_newtcpcb(struct socket *so) in tcp_newtcpcb() function519 if ((so->so_tcpcb = tcp_newtcpcb(so)) == NULL) in tcp_attach()
614 if ((so->so_tcpcb = tcp_newtcpcb(so)) == NULL) { in solisten()