Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/klm/
H A Dnlm_impl.c1838 if (!(host->nh_flags & NLM_NH_MONITORED)) in nlm_host_unmonitor()
1841 host->nh_flags &= ~NLM_NH_MONITORED; in nlm_host_unmonitor()
1872 if (host->nh_flags & NLM_NH_MONITORED) { in nlm_host_monitor()
1877 host->nh_flags |= NLM_NH_MONITORED; in nlm_host_monitor()
1889 host->nh_flags &= ~NLM_NH_MONITORED; in nlm_host_monitor()
1907 host->nh_flags &= ~NLM_NH_MONITORED; in nlm_host_monitor()
H A Dnlm_impl.h308 #define NLM_NH_MONITORED 0x01 macro