Lines Matching full:tcpcb
67 tcp_template(struct tcpcb *tp)
105 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m,
180 struct tcpcb *
183 register struct tcpcb *tp;
185 tp = (struct tcpcb *)malloc(sizeof(*tp));
187 return ((struct tcpcb *)0);
189 memset((char *) tp, 0, sizeof(struct tcpcb));
223 struct tcpcb *tcp_drop(struct tcpcb *tp, int err)
226 register struct tcpcb *tp;
254 struct tcpcb *
255 tcp_close(struct tcpcb *tp)
288 return ((struct tcpcb *)0);
307 struct tcpcb *tp = intotcpcb(inp);
330 tcp_sockclosed(struct tcpcb *tp)
592 struct tcpcb *tp;
603 /* FACCEPTONCE already have a tcpcb */
670 * Attach a TCPCB to a socket.