Home
last modified time | relevance | path

Searched refs:NSO_PINGING (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfsmount.h188 #define NSO_PINGING 0x0010 /* socket is being tested */ macro
H A Dnfs_socket.c387 …nso->nso_flags & (NSO_UPCALL | NSO_DISCONNECTING | NSO_DEAD)) || !(nso->nso_flags & NSO_PINGING)) { in nfs_connect_upcall()
507 nso->nso_flags &= ~NSO_PINGING; in nfs_connect_upcall()
1016 nso->nso_flags |= NSO_PINGING; in nfs_connect_search_ping()
1169 if (!(nso->nso_flags & (NSO_PINGING | NSO_VERIFIED)) || in nfs_connect_search_loop()