Home
last modified time | relevance | path

Searched refs:xtcpcb (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_tcp.c44 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()
/freebsd/usr.bin/systat/
H A Dnetstat.c238 struct xtcpcb *xtp = NULL; in fetchnetstat_sysctl()
273 xtp = (struct xtcpcb *)cur; in fetchnetstat_sysctl()
281 xtp = (struct xtcpcb *)cur; in fetchnetstat_sysctl()
/freebsd/tools/tools/switch_tls/
H A Dswitch_tls.c227 struct xtcpcb *xtp; in tcpswitchall()
240 xtp = (struct xtcpcb *)xinp; in tcpswitchall()
/freebsd/usr.sbin/tcpdrop/
H A Dtcpdrop.c232 struct xtcpcb *xtp; in tcpdropall()
245 xtp = (struct xtcpcb *)xinp; in tcpdropall()
/freebsd/usr.sbin/tcpsso/
H A Dtcpsso.c97 struct xtcpcb *xtp; in tcpssoall()
110 xtp = (struct xtcpcb *)xinp; in tcpssoall()
/freebsd/usr.bin/netstat/
H A Dinet.c194 struct xtcpcb *tp; in protopr()
238 tp = (struct xtcpcb *)xig; in protopr()
255 tp = (struct xtcpcb *)xig; in protopr()
/freebsd/usr.bin/sockstat/
H A Dsockstat.c661 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()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1764 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()
/freebsd/sys/netinet/
H A Dtcp_var.h1183 struct xtcpcb { struct
1217 void tcp_inptoxtp(const struct inpcb *, struct xtcpcb *); argument
H A Dtcp_subr.c2632 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()
H A Dtcp_syncache.c2521 struct xtcpcb xt; in syncache_pcblist()