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

/freebsd-10.2-release/sys/net/
H A Dif_stf.c156 #define STF2IFP(sc) ((sc)->sc_ifp) macro
230 ifp = STF2IFP(sc) = if_alloc(IFT_STF);
331 if ((STF2IFP(sc)->if_flags & IFF_UP) == 0)
335 if ((STF2IFP(sc)->if_flags & IFF_LINK0) != 0)
347 ia6 = stf_getsrcifa6(STF2IFP(sc));
626 if (sc && (STF2IFP(sc)->if_flags & IFF_LINK2) == 0 && inifp) {
639 "due to ingress filter\n", if_name(STF2IFP(sc)),
702 if (sc == NULL || (STF2IFP(sc)->if_flags & IFF_UP) == 0) {
707 ifp = STF2IFP(sc);

Completed in 92 milliseconds