Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter_impl.h93 sof_socktuple_t *sofe_socktuple; /* socket tuple list */ member
H A Dsockfilter.c825 ASSERT(ent->sofe_socktuple != NULL); in sof_entry_free()
826 kmem_free(ent->sofe_socktuple, in sof_entry_free()
828 ent->sofe_socktuple = NULL; in sof_entry_free()
1032 sof_socktuple_t *t = ent->sofe_socktuple; in sof_entry_proc_sockparams()
H A Dsocksyscalls.c1853 ent->sofe_socktuple = kmem_alloc(tuplesz, KM_SLEEP); in sockconfig_add_filter()
1856 if (copyin(filprop.sfp_socktuple, ent->sofe_socktuple, in sockconfig_add_filter()
1866 sof_socktuple_t *tup = ent->sofe_socktuple; in sockconfig_add_filter()
1869 tup = ent->sofe_socktuple; in sockconfig_add_filter()
1871 ASSERT(tup < ent->sofe_socktuple + tuplesz); in sockconfig_add_filter()