Lines Matching defs:xvsockpcb
59 struct xvsockpcb { struct
60 u_int32_t xv_len; /* length of this structure */
61 u_int64_t xv_vsockpp;
62 u_int32_t xvp_local_cid; /* local address cid */
63 u_int32_t xvp_local_port; /* local address port */
64 u_int32_t xvp_remote_cid; /* remote address cid */
65 u_int32_t xvp_remote_port; /* remote address port */
66 u_int32_t xvp_rxcnt; /* bytes received */
67 u_int32_t xvp_txcnt; /* bytes transmitted */
68 u_int32_t xvp_peer_rxhiwat; /* peer's receive buffer */
69 u_int32_t xvp_peer_rxcnt; /* bytes received by peer */
70 pid_t xvp_last_pid; /* last pid */
71 vsock_gen_t xvp_gencnt; /* vsock generation count */
72 struct xsocket xv_socket;