Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_gre.c190 const struct gre_base_hdr *grehdr; in gre_pkt_to_tuple() local
194 grehdr = skb_header_pointer(skb, dataoff, sizeof(_grehdr), &_grehdr); in gre_pkt_to_tuple()
195 if (!grehdr || (grehdr->flags & GRE_VERSION) != GRE_VERSION_1) { in gre_pkt_to_tuple()
207 if (grehdr->protocol != GRE_PROTO_PPP) { in gre_pkt_to_tuple()
208 pr_debug("Unsupported GRE proto(0x%x)\n", ntohs(grehdr->protocol)); in gre_pkt_to_tuple()