Lines Matching full:tcpcb
65 tcp_template(struct tcpcb *tp)
103 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m,
178 struct tcpcb *
181 register struct tcpcb *tp;
183 tp = (struct tcpcb *)malloc(sizeof(*tp));
185 return ((struct tcpcb *)0);
187 memset((char *) tp, 0, sizeof(struct tcpcb));
221 struct tcpcb *tcp_drop(struct tcpcb *tp, int err)
224 register struct tcpcb *tp;
252 struct tcpcb *
253 tcp_close(struct tcpcb *tp)
286 return ((struct tcpcb *)0);
305 struct tcpcb *tp = intotcpcb(inp);
328 tcp_sockclosed(struct tcpcb *tp)
436 struct tcpcb *tp;
447 /* FACCEPTONCE already have a tcpcb */
514 * Attach a TCPCB to a socket.
793 struct tcpcb* tp;