Home
last modified time | relevance | path

Searched refs:xf_type (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dsubr_ipsec.c181 if (entry->xf_type == xsp->xf_type) { in xform_attach()
222 if (entry->xf_type == xftype) { in xform_init()
H A Dxform.h89 u_short xf_type; /* xform ID */ member
H A Dxform_tcp.c370 .xf_type = XF_TCPSIGNATURE,
H A Dxform_ipcomp.c738 .xf_type = XF_IPCOMP,
H A Dxform_ah.c1153 .xf_type = XF_AH,
H A Dxform_esp.c1051 .xf_type = XF_ESP,
/f-stack/freebsd/sys/
H A Dfile.h225 short xf_type; /* descriptor type */ member
/f-stack/freebsd/kern/
H A Dkern_descrip.c4178 xf.xf_type = (uintptr_t)fp->f_type; in sysctl_kern_file()