Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dif_tunnel.h28 #define GRE_SEQ __cpu_to_be16(0x1000) macro
38 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ)
/linux-6.1.9/include/net/
Dgre.h75 if (flags & GRE_SEQ) in gre_flags_to_tnl_flags()
98 flags |= GRE_SEQ; in gre_tnl_flags_to_gre_flags()
/linux-6.1.9/net/ipv4/
Dgre_demux.c104 if (unlikely(greh->flags & GRE_SEQ)) { in gre_parse_header()
Dip_gre.c1107 flags != (GRE_SEQ | GRE_KEY)) in erspan_validate()
/linux-6.1.9/samples/bpf/
Dsockex2_kern.c148 if (gre_flags & GRE_SEQ) in flow_dissector()
Dsockex3_kern.c167 if (gre_flags & GRE_SEQ) in parse_ip_proto()
/linux-6.1.9/drivers/net/ppp/
Dpptp.c203 hdr->gre_hd.flags = GRE_KEY | GRE_VERSION_1 | GRE_SEQ; in pptp_xmit()
/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Defx_common.c1354 return !(greh->flags & (GRE_CSUM | GRE_SEQ)); in efx_can_encap_offloads()
/linux-6.1.9/drivers/net/ethernet/sfc/
Defx_common.c1342 return !(greh->flags & (GRE_CSUM | GRE_SEQ)); in efx_can_encap_offloads()
/linux-6.1.9/net/core/
Dflow_dissector.c613 if (hdr->flags & GRE_SEQ) in __skb_flow_dissect_gre()
/linux-6.1.9/net/ipv6/
Dip6_gre.c1736 flags != (GRE_SEQ | GRE_KEY)) in ip6erspan_tap_validate()