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