Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_tunnel.h45 #define GRE_PROTO_PPP __cpu_to_be16(0x880b) macro
/linux/net/netfilter/
H A Dnf_conntrack_proto_gre.c174 if (grehdr->protocol != GRE_PROTO_PPP) { in gre_pkt_to_tuple()
/linux/net/core/
H A Dflow_dissector.c682 if (!(*p_proto == GRE_PROTO_PPP && (hdr->flags & GRE_KEY))) in __skb_flow_dissect_gre()