Home
last modified time | relevance | path

Searched refs:GRE_SEQ (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dgre.h75 if (flags & GRE_SEQ) in gre_flags_to_tnl_flags()
98 flags |= GRE_SEQ; in gre_tnl_flags_to_gre_flags()
/kernel/linux/linux-6.6/include/net/
H A Dgre.h75 if (flags & GRE_SEQ) in gre_flags_to_tnl_flags()
98 flags |= GRE_SEQ; in gre_tnl_flags_to_gre_flags()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dif_tunnel.h28 #define GRE_SEQ __cpu_to_be16(0x1000) macro
37 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ)
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_tunnel.h28 #define GRE_SEQ __cpu_to_be16(0x1000) macro
38 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_tunnel.h28 #define GRE_SEQ __cpu_to_be16(0x1000) macro
38 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_tunnel.h41 #define GRE_SEQ __cpu_to_be16(0x1000) macro
50 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_tunnel.h41 #define GRE_SEQ __cpu_to_be16(0x1000) macro
50 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ)
/kernel/linux/linux-5.10/samples/bpf/
H A Dsockex2_kern.c148 if (gre_flags & GRE_SEQ) in flow_dissector()
H A Dsockex3_kern.c167 if (gre_flags & GRE_SEQ) in parse_ip_proto()
/kernel/linux/linux-5.10/net/ipv4/
H A Dgre_demux.c104 if (unlikely(greh->flags & GRE_SEQ)) { in gre_parse_header()
H A Dip_gre.c1111 flags != (GRE_SEQ | GRE_KEY)) in erspan_validate()
/kernel/linux/linux-6.6/net/ipv4/
H A Dgre_demux.c104 if (unlikely(greh->flags & GRE_SEQ)) { in gre_parse_header()
H A Dip_gre.c1112 flags != (GRE_SEQ | GRE_KEY)) in erspan_validate()
/kernel/linux/linux-6.6/samples/bpf/
H A Dsockex2_kern.c148 if (gre_flags & GRE_SEQ) in flow_dissector()
H A Dsockex3_kern.c132 if (gre_flags & GRE_SEQ) in parse_ip_proto()
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dpptp.c217 hdr->gre_hd.flags = GRE_KEY | GRE_VERSION_1 | GRE_SEQ; in pptp_xmit()
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dpptp.c217 hdr->gre_hd.flags = GRE_KEY | GRE_VERSION_1 | GRE_SEQ; in pptp_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Defx_common.c1343 return !(greh->flags & (GRE_CSUM | GRE_SEQ)); in efx_can_encap_offloads()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Defx_common.c1337 return !(greh->flags & (GRE_CSUM | GRE_SEQ)); in efx_can_encap_offloads()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Defx_common.c1354 return !(greh->flags & (GRE_CSUM | GRE_SEQ)); in efx_can_encap_offloads()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_payload.c126 if (gre->flags & GRE_SEQ) in __nft_payload_inner_offset()
/kernel/linux/linux-5.10/net/core/
H A Dflow_dissector.c579 if (hdr->flags & GRE_SEQ) in __skb_flow_dissect_gre()
/kernel/linux/linux-6.6/net/core/
H A Dflow_dissector.c691 if (hdr->flags & GRE_SEQ) in __skb_flow_dissect_gre()
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_gre.c1720 flags != (GRE_SEQ | GRE_KEY)) in ip6erspan_tap_validate()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_gre.c1717 flags != (GRE_SEQ | GRE_KEY)) in ip6erspan_tap_validate()

Completed in 31 milliseconds