Home
last modified time | relevance | path

Searched refs:sp_family (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockparams.c132 (void) snprintf(name, KSTAT_STRLEN, "socket_%d_%d_%d", sp->sp_family, in sockparams_kstat_init()
210 sp->sp_family = family; in sockparams_create()
367 if (sp->sp_family == family && sp->sp_type == type) { in sockparams_find()
564 if (sockparams_find(&sphead, sp->sp_family, sp->sp_type, in sockparams_add()
687 if (sp->sp_family == family && found < 1) in solookup()
689 if (sp->sp_family == family && in solookup()
882 se[i].se_family = sp->sp_family; in sockparams_copyout_socktable()
H A Dsockfilter.c1040 if (t[i].sofst_family == sp->sp_family && in sof_entry_proc_sockparams()
/illumos-gate/usr/src/cmd/mdb/common/modules/sockfs/
H A Dsockfs.c129 sp.sp_family, sp.sp_type, sp.sp_protocol, in sockparams_prt()
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h318 unsigned short sp_family; /* address family */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h467 int sp_family; member