Home
last modified time | relevance | path

Searched refs:GRE_PROTOCOL_PPTP (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_proto_gre.h12 #define GRE_PROTOCOL_PPTP 0x880B macro
/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto_gre.c215 if (ntohs(grehdr->protocol) != GRE_PROTOCOL_PPTP) { in gre_pkt_to_tuple()