Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/bsnmp/snmp_mibII/
HDmibII_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-13-stable/usr.bin/systat/
HDnetstat.c251 struct xtcpcb *xtp = NULL; in fetchnetstat_sysctl()
286 xtp = (struct xtcpcb *)cur; in fetchnetstat_sysctl()
294 xtp = (struct xtcpcb *)cur; in fetchnetstat_sysctl()
/freebsd-13-stable/usr.sbin/tcpdrop/
HDtcpdrop.c233 struct xtcpcb *xtp; in tcpdropall()
246 xtp = (struct xtcpcb *)xinp; in tcpdropall()
/freebsd-13-stable/tools/tools/switch_tls/
HDswitch_tls.c228 struct xtcpcb *xtp; in tcpswitchall()
241 xtp = (struct xtcpcb *)xinp; in tcpswitchall()
/freebsd-13-stable/usr.bin/netstat/
HDinet.c203 struct xtcpcb *tp; in protopr()
248 tp = (struct xtcpcb *)xig; in protopr()
267 tp = (struct xtcpcb *)xig; in protopr()
/freebsd-13-stable/sys/netinet/
HDtcp_var.h784 struct xtcpcb { struct
815 void tcp_inptoxtp(const struct inpcb *, struct xtcpcb *); argument
HDtcp_subr.c2635 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xtcpcb); in tcp_pcblist()
2678 struct xtcpcb xt; in tcp_pcblist()
3951 tcp_inptoxtp(const struct inpcb *inp, struct xtcpcb *xt) in tcp_inptoxtp()
4002 xt->xt_len = sizeof(struct xtcpcb); in tcp_inptoxtp()
HDtcp_syncache.c2560 struct xtcpcb xt; in syncache_pcblist()
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_main.c1804 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xtcpcb); in sdp_pcblist()
1819 + n * sizeof(struct xtcpcb)); in sdp_pcblist()
1835 struct xtcpcb xt; in sdp_pcblist()
/freebsd-13-stable/usr.bin/sockstat/
HDsockstat.c582 struct xtcpcb *xtp = NULL; in gather_inet()
647 xtp = (struct xtcpcb *)xig; in gather_inet()