Searched defs:nfs_socket_search (Results 1 – 1 of 1) sorted by relevance
194 struct nfs_socket_search { struct195 struct nfs_location_index nss_startloc; /* starting location index */196 struct nfs_location_index nss_nextloc; /* next location index */197 struct nfssocketlist nss_socklist; /* list of active sockets */198 time_t nss_timestamp; /* search start time */199 time_t nss_last; /* timestamp of last socket */200 struct nfs_socket * nss_sock; /* found socket */201 uint8_t nss_sotype; /* TCP/UDP */202 uint8_t nss_sockcnt; /* # of active sockets */203 in_port_t nss_port; /* port # to connect to */[all …]