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.c43 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()
/freebsd/usr.bin/systat/
H A Dnetstat.c237 struct xtcpcb *xtp = NULL; in fetchnetstat_sysctl()
272 xtp = (struct xtcpcb *)cur; in fetchnetstat_sysctl()
280 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.c196 struct xtcpcb *tp; in protopr()
247 tp = (struct xtcpcb *)xig; in protopr()
264 tp = (struct xtcpcb *)xig; in protopr()
/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.h1204 struct xtcpcb { struct
1238 void tcp_inptoxtp(const struct inpcb *, struct xtcpcb *); argument
H A Dtcp_subr.c2622 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()
H A Dtcp_syncache.c2588 struct xtcpcb xt; in syncache_pcblist()
/freebsd/usr.bin/sockstat/
H A Dmain.c625 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()