Searched refs:xsocket (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/usr.bin/netstat/ |
| D | unix.c | 64 static void unixdomainpr(struct xunpcb *, struct xsocket *); 197 struct xsocket *so; in unixpr() 258 unixdomainpr(struct xunpcb *xunp, struct xsocket *so) in unixdomainpr()
|
| D | netstat.h | 75 struct xsocket; 76 int sotoxsocket(struct socket *, struct xsocket *);
|
| D | inet.c | 152 sotoxsocket(struct socket *so, struct xsocket *xso) in sotoxsocket() 192 struct xsocket *xso; in pcblist_kvm() 312 struct xsocket *so; in protopr()
|
| /freebsd-10-stable/sys/sys/ |
| D | unpcb.h | 141 struct xsocket xu_socket;
|
| D | socketvar.h | 163 struct xsocket { struct 373 void sotoxsocket(struct socket *so, struct xsocket *xso);
|
| /freebsd-10-stable/usr.bin/systat/ |
| D | netstat.c | 81 static void enter_sysctl(struct inpcb *, struct xsocket *, int, const char *); 342 enter_sysctl(struct inpcb *inp, struct xsocket *so, int state, const char *proto) in enter_sysctl()
|
| /freebsd-10-stable/sys/netinet/ |
| D | in_pcb.h | 274 struct xsocket xi_socket;
|
| D | tcp_var.h | 604 struct xsocket xt_socket;
|
| D | tcp_syncache.c | 2170 xt.xt_socket.xso_len = sizeof (struct xsocket); in syncache_pcblist()
|
| /freebsd-10-stable/usr.bin/sockstat/ |
| D | sockstat.c | 545 struct xsocket *so; in gather_inet()
|
| /freebsd-10-stable/sys/kern/ |
| D | uipc_socket.c | 3444 sotoxsocket(struct socket *so, struct xsocket *xso)
|