Searched refs:xsocket (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/usr.bin/netstat/
H A Dnetstat.h85 struct xsocket;
86 int sotoxsocket(struct socket *, struct xsocket *);
H A Dunix.c70 static void unixdomainpr(struct xunpcb *, struct xsocket *);
203 struct xsocket *so;
273 unixdomainpr(struct xunpcb *xunp, struct xsocket *so)
H A Dinet.c159 sotoxsocket(struct socket *so, struct xsocket *xso)
208 struct xsocket *so;
/freebsd-13-stable/sys/sys/
H A Dunpcb.h169 struct xsocket xu_socket;
H A Dsocketvar.h502 struct xsocket { struct
536 void sotoxsocket(struct socket *so, struct xsocket *xso);
/freebsd-13-stable/usr.bin/systat/
H A Dnetstat.c86 static void enter_sysctl(struct xinpcb *, struct xsocket *, int, const char *);
345 enter_sysctl(struct xinpcb *xip, struct xsocket *so, int state,
/freebsd-13-stable/sys/netinet/
H A Din_pcb.h352 * alert -- only define if struct xsocket is in scope.
365 struct xsocket xi_socket; /* (s,p) */
H A Dtcp_syncache.c2563 xt.xt_inp.xi_socket.xso_len = sizeof (struct xsocket);
/freebsd-13-stable/usr.bin/sockstat/
H A Dsockstat.c582 struct xsocket *so;
/freebsd-13-stable/sys/kern/
H A Duipc_socket.c4248 * Create an external-format (``xsocket'') structure using the information in
4256 sotoxsocket(struct socket *so, struct xsocket *xso)

Completed in 199 milliseconds