Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/klm/
H A Dnlm_impl.c1775 if (!(host->nh_flags & NLM_NH_MONITORED)) in nlm_host_unmonitor()
1778 host->nh_flags &= ~NLM_NH_MONITORED; in nlm_host_unmonitor()
1809 if (host->nh_flags & NLM_NH_MONITORED) { in nlm_host_monitor()
1814 host->nh_flags |= NLM_NH_MONITORED; in nlm_host_monitor()
1826 host->nh_flags &= ~NLM_NH_MONITORED; in nlm_host_monitor()
1844 host->nh_flags &= ~NLM_NH_MONITORED; in nlm_host_monitor()
H A Dnlm_impl.h308 #define NLM_NH_MONITORED 0x01 macro