Searched refs:xtcpcb (Results 1 – 11 of 11) sorted by relevance
43 struct xtcpcb *tp;125 struct xtcpcb *tp; in fetch_tcp()153 tp = (struct xtcpcb *)ptr; in fetch_tcp()177 tp = (struct xtcpcb *)ptr; in fetch_tcp()
237 struct xtcpcb *xtp = NULL; in fetchnetstat_sysctl()272 xtp = (struct xtcpcb *)cur; in fetchnetstat_sysctl()280 xtp = (struct xtcpcb *)cur; in fetchnetstat_sysctl()
227 struct xtcpcb *xtp; in tcpswitchall()240 xtp = (struct xtcpcb *)xinp; in tcpswitchall()
232 struct xtcpcb *xtp; in tcpdropall()245 xtp = (struct xtcpcb *)xinp; in tcpdropall()
97 struct xtcpcb *xtp; in tcpssoall()110 xtp = (struct xtcpcb *)xinp; in tcpssoall()
196 struct xtcpcb *tp; in protopr()247 tp = (struct xtcpcb *)xig; in protopr()264 tp = (struct xtcpcb *)xig; in protopr()
1764 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xtcpcb); in sdp_pcblist()1779 + n * sizeof(struct xtcpcb)); in sdp_pcblist()1795 struct xtcpcb xt; in sdp_pcblist()
1204 struct xtcpcb { struct1238 void tcp_inptoxtp(const struct inpcb *, struct xtcpcb *); argument
2622 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xtcpcb); in tcp_pcblist()2646 struct xtcpcb xt; in tcp_pcblist()4226 tcp_inptoxtp(const struct inpcb *inp, struct xtcpcb *xt) in tcp_inptoxtp()4272 xt->xt_len = sizeof(struct xtcpcb); in tcp_inptoxtp()
2588 struct xtcpcb xt; in syncache_pcblist()
625 struct xtcpcb *xtp = NULL; in gather_inet()694 xtp = (struct xtcpcb *)xig; in gather_inet()696 if (!check_ksize(xtp->xt_len, struct xtcpcb)) in gather_inet()