Searched refs:xtcpcb (Results 1 – 11 of 11) sorted by relevance
44 struct xtcpcb *tp;103 struct xtcpcb *tp; in fetch_tcp()131 tp = (struct xtcpcb *)ptr; in fetch_tcp()155 tp = (struct xtcpcb *)ptr; in fetch_tcp()
238 struct xtcpcb *xtp = NULL; in fetchnetstat_sysctl()273 xtp = (struct xtcpcb *)cur; in fetchnetstat_sysctl()281 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()
194 struct xtcpcb *tp; in protopr()238 tp = (struct xtcpcb *)xig; in protopr()255 tp = (struct xtcpcb *)xig; in protopr()
661 struct xtcpcb *xtp = NULL; in gather_inet()726 xtp = (struct xtcpcb *)xig; in gather_inet()728 if (!check_ksize(xtp->xt_len, struct xtcpcb)) in gather_inet()
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()
1183 struct xtcpcb { struct1217 void tcp_inptoxtp(const struct inpcb *, struct xtcpcb *); argument
2632 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xtcpcb); in tcp_pcblist()2656 struct xtcpcb xt; in tcp_pcblist()3970 tcp_inptoxtp(const struct inpcb *inp, struct xtcpcb *xt) in tcp_inptoxtp()4016 xt->xt_len = sizeof(struct xtcpcb); in tcp_inptoxtp()
2521 struct xtcpcb xt; in syncache_pcblist()