Lines Matching refs:nsm_handle
63 static inline struct sockaddr *nsm_addr(const struct nsm_handle *nsm) in nsm_addr()
142 static int nsm_mon_unmon(struct nsm_handle *nsm, u32 proc, struct nsm_res *res, in nsm_mon_unmon()
190 struct nsm_handle *nsm = host->h_nsmhandle; in nsm_monitor()
244 struct nsm_handle *nsm = host->h_nsmhandle; in nsm_unmonitor()
267 static struct nsm_handle *nsm_lookup_hostname(const char *hostname, in nsm_lookup_hostname()
270 struct nsm_handle *nsm; in nsm_lookup_hostname()
279 static struct nsm_handle *nsm_lookup_addr(const struct sockaddr *sap) in nsm_lookup_addr()
281 struct nsm_handle *nsm; in nsm_lookup_addr()
289 static struct nsm_handle *nsm_lookup_priv(const struct nsm_private *priv) in nsm_lookup_priv()
291 struct nsm_handle *nsm; in nsm_lookup_priv()
317 static void nsm_init_private(struct nsm_handle *nsm) in nsm_init_private()
327 static struct nsm_handle *nsm_create_handle(const struct sockaddr *sap, in nsm_create_handle()
332 struct nsm_handle *new; in nsm_create_handle()
368 struct nsm_handle *nsm_get_handle(const struct sockaddr *sap, in nsm_get_handle()
372 struct nsm_handle *cached, *new = NULL; in nsm_get_handle()
426 struct nsm_handle *nsm_reboot_lookup(const struct nlm_reboot *info) in nsm_reboot_lookup()
428 struct nsm_handle *cached; in nsm_reboot_lookup()
454 void nsm_release(struct nsm_handle *nsm) in nsm_release()