Home
last modified time | relevance | path

Searched refs:GRE_VERSION_PPTP (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_proto_gre.h9 #define GRE_VERSION_PPTP 0x1 macro
/linux-4.4.14/net/ipv4/netfilter/
Dnf_nat_proto_gre.c111 case GRE_VERSION_PPTP: in gre_manip_pkt()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto_gre.c203 if (!grehdr || grehdr->version != GRE_VERSION_PPTP) { in gre_pkt_to_tuple()