Home
last modified time | relevance | path

Searched refs:sofe_hintarg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c818 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()
H A Dsockfilter_impl.h90 char *sofe_hintarg; /* hint argument */ member
H A Dsocksyscalls.c1850 ent->sofe_hintarg = kmem_alloc(len, KM_SLEEP); in sockconfig_add_filter()
1851 bcopy(hintbuf, ent->sofe_hintarg, len); in sockconfig_add_filter()