Home
last modified time | relevance | path

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

/linux/include/net/
A Dgre.h81 if (flags & GRE_VERSION) in gre_flags_to_tnl_flags()
104 flags |= GRE_VERSION; in gre_tnl_flags_to_gre_flags()
/linux/include/uapi/linux/
A Dif_tunnel.h33 #define GRE_VERSION __cpu_to_be16(0x0007) macro
/linux/net/ipv4/
A Dgre_demux.c73 if (unlikely(greh->flags & (GRE_VERSION | GRE_ROUTING))) in gre_parse_header()
A Dip_gre.c791 ((p->i_flags | p->o_flags) & (GRE_VERSION | GRE_ROUTING))) in ipgre_tunnel_ctl()
1051 if (flags & (GRE_VERSION|GRE_ROUTING)) in ipgre_tunnel_validate()
/linux/samples/bpf/
A Dsockex2_kern.c139 if (gre_flags & (GRE_VERSION|GRE_ROUTING)) in flow_dissector()
A Dsockex3_kern.c159 if (gre_flags & (GRE_VERSION|GRE_ROUTING)) in parse_ip_proto()
/linux/net/netfilter/
A Dnf_conntrack_proto_gre.c162 if (!grehdr || (grehdr->flags & GRE_VERSION) != GRE_VERSION_1) { in gre_pkt_to_tuple()
A Dnf_nat_proto.c300 switch (greh->flags & GRE_VERSION) { in gre_manip_pkt()
/linux/tools/testing/selftests/bpf/progs/
A Dbpf_flow.c183 if (bpf_htons(gre->flags & GRE_VERSION)) in parse_ip_proto()
/linux/net/ipv6/
A Dip6_gre.c1289 if ((p.i_flags|p.o_flags)&(GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_siocdevprivate()
1653 if (flags & (GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_validate()
/linux/net/core/
A Dflow_dissector.c547 gre_ver = ntohs(hdr->flags & GRE_VERSION); in __skb_flow_dissect_gre()

Completed in 20 milliseconds