Home
last modified time | relevance | path

Searched refs:IFT_ENC (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/
H A Dif_types.h253 IFT_ENC = 0xf4, /* Encapsulating interface */ enumerator
H A Dif_enc.c169 ifp = sc->sc_ifp = if_alloc(IFT_ENC); in enc_clone_create()
H A Dif_ovpn.c2455 sc->ifp = if_alloc(IFT_ENC); in ovpn_clone_create()
/freebsd/sys/netpfil/pf/
H A Dpf.c7632 if (kif != NULL && kif->pfik_ifp->if_type == IFT_ENC) in pf_routable()