Searched refs:GRE_UDPENCAP (Results 1 – 6 of 6) sorted by relevance
126 (sc->gre_options & GRE_UDPENCAP) == (opts & GRE_UDPENCAP)) in in6_gre_checkdup()129 if (opts & GRE_UDPENCAP) { in in6_gre_checkdup()374 if (sc->gre_options & GRE_UDPENCAP) { in in6_gre_attach()393 if (sc->gre_options & GRE_UDPENCAP) { in in6_gre_attach()421 (sc->gre_options & GRE_UDPENCAP) != (value & GRE_UDPENCAP) && in in6_gre_setopts()
135 (sc->gre_options & GRE_UDPENCAP) == (opts & GRE_UDPENCAP)) in in_gre_checkdup()138 if (opts & GRE_UDPENCAP) { in in_gre_checkdup()369 if (sc->gre_options & GRE_UDPENCAP) { in in_gre_attach()390 if (sc->gre_options & GRE_UDPENCAP) { in in_gre_attach()419 (sc->gre_options & GRE_UDPENCAP) != (value & GRE_UDPENCAP) && in in_gre_setopts()
182 #define GRE_UDPENCAP 0x0004 macro183 #define GRE_OPTMASK (GRE_ENABLE_CSUM|GRE_ENABLE_SEQ|GRE_UDPENCAP)
325 if ((sc->gre_options & GRE_UDPENCAP) == 0) { in gre_ioctl()467 MPASS(sc->gre_options & GRE_UDPENCAP); in gre_update_udphdr()648 if ((sc->gre_options & GRE_UDPENCAP) == 0 || sc->gre_port != 0)766 if (sc->gre_options & GRE_UDPENCAP) {
165 DEF_CMD("udpencap", GRE_UDPENCAP, setifgreopts),166 DEF_CMD("-udpencap",-GRE_UDPENCAP, setifgreopts),