Searched refs:xtcpcb (Results 1 – 5 of 5) sorted by relevance
207 struct xtcpcb *tp; in protopr()252 tp = (struct xtcpcb *)xig; in protopr()273 tp = (struct xtcpcb *)xig; in protopr()
754 struct xtcpcb { struct783 void tcp_inptoxtp(const struct inpcb *, struct xtcpcb *); argument
2265 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xtcpcb); in tcp_pcblist()2308 struct xtcpcb xt; in tcp_pcblist()3445 tcp_inptoxtp(const struct inpcb *inp, struct xtcpcb *xt) in tcp_inptoxtp()3493 xt->xt_len = sizeof(struct xtcpcb); in tcp_inptoxtp()
2557 struct xtcpcb xt; in syncache_pcblist()