Searched refs:sofe_hintarg (Results 1 – 3 of 3) sorted by relevance
818 if (ent->sofe_hintarg != NULL) { in sof_entry_free()821 kmem_free(ent->sofe_hintarg, strlen(ent->sofe_hintarg) + 1); in sof_entry_free()822 ent->sofe_hintarg = NULL; in sof_entry_free()1082 if (strncmp(ent->sofe_hintarg, in sof_entry_proc_sockparams()
90 char *sofe_hintarg; /* hint argument */ member
1850 ent->sofe_hintarg = kmem_alloc(len, KM_SLEEP); in sockconfig_add_filter()1851 bcopy(hintbuf, ent->sofe_hintarg, len); in sockconfig_add_filter()