Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_tunnel.h45 #define GRE_PROTO_PPP __cpu_to_be16(0x880b) macro
/linux/drivers/net/ppp/
H A Dpptp.c218 hdr->gre_hd.protocol = GRE_PROTO_PPP; in pptp_xmit()
362 if (header->gre_hd.protocol != GRE_PROTO_PPP || /* PPTP-GRE protocol for PPTP */ in pptp_rcv()
/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.c666 if (!(*p_proto == GRE_PROTO_PPP && (hdr->flags & GRE_KEY))) in __skb_flow_dissect_gre()