Home
last modified time | relevance | path

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

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