Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/netfilter/
Dnf_nat_proto_gre.c112 case GRE_VERSION_1: in gre_manip_pkt()
/Linux-v4.19/include/uapi/linux/
Dif_tunnel.h44 #define GRE_VERSION_1 __cpu_to_be16(0x0001) macro
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_gre.c195 if (!grehdr || (grehdr->flags & GRE_VERSION) != GRE_VERSION_1) { in gre_pkt_to_tuple()
/Linux-v4.19/drivers/net/ppp/
Dpptp.c208 hdr->gre_hd.flags = GRE_KEY | GRE_VERSION_1 | GRE_SEQ; in pptp_xmit()