Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_tunnel.h44 #define GRE_VERSION_1 __cpu_to_be16(0x0001) macro
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_gre.c162 if (!grehdr || (grehdr->flags & GRE_VERSION) != GRE_VERSION_1) { in gre_pkt_to_tuple()
H A Dnf_nat_proto.c305 case GRE_VERSION_1: in gre_manip_pkt()
/openbmc/linux/drivers/net/ppp/
H A Dpptp.c217 hdr->gre_hd.flags = GRE_KEY | GRE_VERSION_1 | GRE_SEQ; in pptp_xmit()