Lines Matching refs:sockparams
63 static int sockparams_sdev_init(struct sockparams *, char *, int);
64 static void sockparams_sdev_fini(struct sockparams *);
89 list_create(&sphead, sizeof (struct sockparams), in sockparams_init()
90 offsetof(struct sockparams, sp_node)); in sockparams_init()
91 list_create(&sp_ephem_list, sizeof (struct sockparams), in sockparams_init()
92 offsetof(struct sockparams, sp_node)); in sockparams_init()
113 struct sockparams *sp = ksp->ks_private; in sockparams_kstat_update()
128 sockparams_kstat_init(struct sockparams *sp) in sockparams_kstat_init()
149 sockparams_kstat_fini(struct sockparams *sp) in sockparams_kstat_fini()
186 struct sockparams *
190 struct sockparams *sp = NULL; in sockparams_create()
272 sockparams_sdev_init(struct sockparams *sp, char *devpath, int devpathlen) in sockparams_sdev_init()
309 sockparams_destroy(struct sockparams *sp) in sockparams_destroy()
335 sockparams_sdev_fini(struct sockparams *sp) in sockparams_sdev_fini()
360 static struct sockparams *
364 struct sockparams *sp; in sockparams_find()
400 static struct sockparams *
404 struct sockparams *sp = NULL; in sockparams_hold_ephemeral()
420 struct sockparams *newsp = NULL; in sockparams_hold_ephemeral()
497 struct sockparams *
505 struct sockparams *
521 sockparams_ephemeral_drop_last_ref(struct sockparams *sp) in sockparams_ephemeral_drop_last_ref()
557 sockparams_add(struct sockparams *sp) in sockparams_add()
609 struct sockparams *sp; in sockparams_delete()
663 solookup(int family, int type, int protocol, struct sockparams **spp) in solookup()
665 struct sockparams *sp = NULL; in solookup()
768 struct sockparams *sp; in sockparams_filter_cleanup_impl()
802 struct sockparams *sp; in sockparams_new_filter_impl()
837 struct sockparams *sp; in sockparams_copyout_socktable()