Searched refs:xf_type (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/netipsec/
H A Dxform.h89 u_short xf_type; /* xform ID */ member in struct:xformsw
H A Dsubr_ipsec.c181 if (entry->xf_type == xsp->xf_type) {
222 if (entry->xf_type == xftype) {
H A Dxform_tcp.c375 .xf_type = XF_TCPSIGNATURE,
H A Dxform_ah.c1184 .xf_type = XF_AH,
H A Dxform_esp.c1007 .xf_type = XF_ESP,
H A Dxform_ipcomp.c740 .xf_type = XF_IPCOMP,
/freebsd-12-stable/usr.sbin/pstat/
H A Dpstat.c403 if ((size_t)fp->xf_type >= sizeof(dtypes) / sizeof(dtypes[0]))
406 (void)printf(" %-6.6s", dtypes[fp->xf_type]);
/freebsd-12-stable/sys/sys/
H A Dfile.h221 short xf_type; /* descriptor type */ member in struct:xfile
/freebsd-12-stable/sys/kern/
H A Dkern_descrip.c3508 xf.xf_type = (uintptr_t)fp->f_type;

Completed in 209 milliseconds