Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto_gre.c198 const struct gre_hdr *grehdr; in gre_pkt_to_tuple() local
202 grehdr = skb_header_pointer(skb, dataoff, sizeof(_grehdr), &_grehdr); in gre_pkt_to_tuple()
203 if (!grehdr || grehdr->version != GRE_VERSION_PPTP) { in gre_pkt_to_tuple()
215 if (ntohs(grehdr->protocol) != GRE_PROTOCOL_PPTP) { in gre_pkt_to_tuple()