Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dgre.h81 if (flags & GRE_VERSION) in gre_flags_to_tnl_flags()
104 flags |= GRE_VERSION; in gre_tnl_flags_to_gre_flags()
/linux-6.6.21/include/uapi/linux/
Dif_tunnel.h33 #define GRE_VERSION __cpu_to_be16(0x0007) macro
/linux-6.6.21/net/ipv4/
Dgre_demux.c73 if (unlikely(greh->flags & (GRE_VERSION | GRE_ROUTING))) in gre_parse_header()
Dip_gre.c796 ((p->i_flags | p->o_flags) & (GRE_VERSION | GRE_ROUTING))) in ipgre_tunnel_ctl()
1053 if (flags & (GRE_VERSION|GRE_ROUTING)) in ipgre_tunnel_validate()
/linux-6.6.21/samples/bpf/
Dsockex2_kern.c139 if (gre_flags & (GRE_VERSION|GRE_ROUTING)) in flow_dissector()
Dsockex3_kern.c124 if (gre_flags & (GRE_VERSION|GRE_ROUTING)) in parse_ip_proto()
/linux-6.6.21/net/netfilter/
Dnf_conntrack_proto_gre.c162 if (!grehdr || (grehdr->flags & GRE_VERSION) != GRE_VERSION_1) { in gre_pkt_to_tuple()
Dnf_flow_table_ip.c227 if ((greh->flags & GRE_VERSION) != GRE_VERSION_0) in nf_flow_tuple_ip()
622 if ((greh->flags & GRE_VERSION) != GRE_VERSION_0) in nf_flow_tuple_ipv6()
Dnft_payload.c113 version = gre->flags & GRE_VERSION; in __nft_payload_inner_offset()
Dnf_nat_proto.c300 switch (greh->flags & GRE_VERSION) { in gre_manip_pkt()
/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dbpf_flow.c198 if (bpf_htons(gre->flags & GRE_VERSION)) in parse_ip_proto()
/linux-6.6.21/net/sched/
Dact_ct.c561 if ((greh->flags & GRE_VERSION) != GRE_VERSION_0) in tcf_ct_flow_table_fill_tuple_ipv4()
630 if ((greh->flags & GRE_VERSION) != GRE_VERSION_0) in tcf_ct_flow_table_fill_tuple_ipv6()
/linux-6.6.21/net/ipv6/
Dip6_gre.c1306 if ((p.i_flags|p.o_flags)&(GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_siocdevprivate()
1667 if (flags & (GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_validate()
/linux-6.6.21/net/core/
Dflow_dissector.c651 gre_ver = ntohs(hdr->flags & GRE_VERSION); in __skb_flow_dissect_gre()