Lines Matching refs:tcpcb

263 static void tcp_sbrcv_grow_rwin(struct tcpcb *tp, struct sockbuf *sb);
295 struct tcpcb tcb __attribute__((aligned(ALIGNMENT)));
302 static void tcpcb_to_otcpcb(struct tcpcb *, struct otcpcb *);
318 return sizeof(struct tcpcb);
321 int tcp_freeq(struct tcpcb *tp);
395 tcbinfo.ipi_zone = zinit(str_size, 120000*str_size, 8192, "tcpcb");
476 * Fill in the IP and TCP headers for an outgoing packet, given the tcpcb.
478 * of the tcpcb each time to conserve mbufs.
482 struct tcpcb *tp;
541 struct tcpcb *tp;
572 struct tcpcb *tp,
841 struct tcpcb *
846 register struct tcpcb *tp;
858 tp = (struct tcpcb *)(void *)inp->inp_saved_ppcb;
861 bzero((char *) tp, sizeof(struct tcpcb));
923 struct tcpcb *
925 register struct tcpcb *tp;
935 struct tcpcb *, tp, int32_t, TCPS_CLOSED);
948 tcp_getrt_rtt(struct tcpcb *tp, struct rtentry *rt)
986 struct tcpcb *
988 register struct tcpcb *tp;
1025 struct tcpcb *, tp, int32_t, TCPS_CLOSED);
1071 struct tcpcb *, tp, int32_t,
1219 struct tcpcb *tp;
1241 struct tcpcb *tp;
1283 struct tcpcb *tp;
1288 tp = (struct tcpcb *)inp->inp_ppcb;
1314 tcp_bwmeas_alloc(struct tcpcb *tp)
1330 tcp_bwmeas_free(struct tcpcb* tp)
1338 * tcpcb_to_otcpcb copies specific bits of a tcpcb to a otcpcb format.
1342 tcpcb_to_otcpcb(struct tcpcb *tp, struct otcpcb *otp)
1406 struct tcpcb *tp;
1490 (struct tcpcb *)(void *)inp_ppcb,
1525 tcpcb_to_xtcpcb64(struct tcpcb *tp, struct xtcpcb64 *otp)
1589 struct tcpcb *tp;
1669 tcpcb_to_xtcpcb64((struct tcpcb *)inp->inp_ppcb, &xt);
1744 struct tcpcb *tp;
1964 struct tcpcb *tp;
2032 struct tcpcb *tp = intotcpcb(inp);
2050 struct tcpcb *tp = intotcpcb(inp);
2156 struct tcpcb *tp;
2250 struct tcpcb *tp;
2352 struct tcpcb *tp;
2534 tcp_sbrcv_grow_rwin(struct tcpcb *tp, struct sockbuf *sb) {
2556 tcp_sbspace(struct tcpcb *tp)
2599 tcp_set_tso(struct tcpcb *tp, struct ifnet *ifp)
2603 * We can't use TSO if this tcpcb belongs to an MPTCP session.
2698 tcp_set_max_rwinscale(struct tcpcb *tp, struct socket *so) {
2715 struct tcpcb *tp = NULL;