Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_tunnel.h45 #define GRE_PROTO_PPP __cpu_to_be16(0x880b) macro
/Linux-v4.19/drivers/net/ppp/
Dpptp.c209 hdr->gre_hd.protocol = GRE_PROTO_PPP; in pptp_xmit()
360 if (header->gre_hd.protocol != GRE_PROTO_PPP || /* PPTP-GRE protocol for PPTP */ in pptp_rcv()
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_gre.c207 if (grehdr->protocol != GRE_PROTO_PPP) { in gre_pkt_to_tuple()
/Linux-v4.19/net/core/
Dflow_dissector.c378 if (!(*p_proto == GRE_PROTO_PPP && (hdr->flags & GRE_KEY))) in __skb_flow_dissect_gre()