Searched refs:NLM_NH_MONITORED (Results 1 – 2 of 2) sorted by relevance
1775 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()
308 #define NLM_NH_MONITORED 0x01 macro