Lines Matching refs:tcpcb

269 static void tcp_sbrcv_grow_rwin(struct tcpcb *tp, struct sockbuf *sb);
301 struct tcpcb tcb __attribute__((aligned(ALIGNMENT)));
311 static void tcpcb_to_otcpcb(struct tcpcb *, struct otcpcb *);
327 return sizeof(struct tcpcb);
330 int tcp_freeq(struct tcpcb *tp);
379 tcbinfo.ipi_zone = (void *) zinit(str_size, 120000*str_size, 8192, "tcpcb");
474 * Fill in the IP and TCP headers for an outgoing packet, given the tcpcb.
476 * of the tcpcb each time to conserve mbufs.
480 struct tcpcb *tp;
540 struct tcpcb *tp;
571 struct tcpcb *tp,
826 struct tcpcb *
831 register struct tcpcb *tp;
844 tp = (struct tcpcb *)(void *)inp->inp_saved_ppcb;
846 bzero((char *) tp, sizeof(struct tcpcb));
900 struct tcpcb *
902 register struct tcpcb *tp;
912 struct tcpcb *, tp, int32_t, TCPS_CLOSED);
925 tcp_getrt_rtt(struct tcpcb *tp, struct rtentry *rt)
963 struct tcpcb *
965 register struct tcpcb *tp;
1042 struct tcpcb *, tp, int32_t, TCPS_CLOSING);
1185 struct tcpcb *tp;
1207 struct tcpcb *tcpb;
1251 struct tcpcb *tp;
1256 tp = (struct tcpcb *)inp->inp_ppcb;
1282 tcp_bwmeas_alloc(struct tcpcb *tp)
1298 tcp_bwmeas_free(struct tcpcb* tp)
1306 * tcpcb_to_otcpcb copies specific bits of a tcpcb to a otcpcb format.
1310 tcpcb_to_otcpcb(struct tcpcb *tp, struct otcpcb *otp)
1461 tcpcb_to_otcpcb((struct tcpcb *)(void *)inp_ppcb,
1497 tcpcb_to_xtcpcb64(struct tcpcb *tp, struct xtcpcb64 *otp)
1646 tcpcb_to_xtcpcb64((struct tcpcb *)inp->inp_ppcb, &xt);
1715 struct tcpcb *tp;
1935 struct tcpcb *tp;
2003 struct tcpcb *tp = intotcpcb(inp);
2021 struct tcpcb *tp = intotcpcb(inp);
2124 struct tcpcb *tp;
2206 struct tcpcb *tp;
2294 struct tcpcb *tp;
2474 tcp_sbrcv_grow_rwin(struct tcpcb *tp, struct sockbuf *sb) {
2486 tcp_sbspace(struct tcpcb *tp)
2518 struct tcpcb *tp;
2601 tcp_set_max_rwinscale(struct tcpcb *tp, struct socket *so) {
2618 struct tcpcb *tp = NULL;