Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c824 if (ent->sofe_socktuple_cnt > 0) { in sof_entry_free()
827 sizeof (sof_socktuple_t) * ent->sofe_socktuple_cnt); in sof_entry_free()
829 ent->sofe_socktuple_cnt = 0; in sof_entry_free()
1039 for (i = 0; i < ent->sofe_socktuple_cnt; i++) { in sof_entry_proc_sockparams()
1046 if (i == ent->sofe_socktuple_cnt) in sof_entry_proc_sockparams()
H A Dsockfilter_impl.h92 uint_t sofe_socktuple_cnt; /* # of socket tuples */ member
H A Dsocksyscalls.c1851 ent->sofe_socktuple_cnt = filprop.sfp_socktuple_cnt; in sockconfig_add_filter()
1852 tuplesz = sizeof (sof_socktuple_t) * ent->sofe_socktuple_cnt; in sockconfig_add_filter()
1870 for (i = 0; i < ent->sofe_socktuple_cnt; i++, tup++) { in sockconfig_add_filter()