Lines Matching refs:nsm_handles
210 static struct nsm_handle *nsm_lookup_hostname(const struct list_head *nsm_handles,
215 list_for_each_entry(nsm, nsm_handles, sm_link)
222 static struct nsm_handle *nsm_lookup_addr(const struct list_head *nsm_handles,
227 list_for_each_entry(nsm, nsm_handles, sm_link)
233 static struct nsm_handle *nsm_lookup_priv(const struct list_head *nsm_handles,
238 list_for_each_entry(nsm, nsm_handles, sm_link)
338 cached = nsm_lookup_hostname(&ln->nsm_handles,
341 cached = nsm_lookup_addr(&ln->nsm_handles, sap);
355 list_add(&new->sm_link, &ln->nsm_handles);
387 cached = nsm_lookup_priv(&ln->nsm_handles, &info->priv);