Home
last modified time | relevance | path

Searched refs:FLOW_DISSECTOR_F_STOP_AT_ENCAP (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/net/
Dflow_dissector.h289 #define FLOW_DISSECTOR_F_STOP_AT_ENCAP BIT(2) macro
Dip6_fib.h609 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib6_rules_early_flow_dissect()
Dip_fib.h412 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib4_rules_early_flow_dissect()
/Linux-v5.10/net/core/
Dflow_dissector.c632 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) in __skb_flow_dissect_gre()
683 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) in __skb_flow_dissect_batadv()
871 (int)FLOW_DISSECTOR_F_STOP_AT_ENCAP); in bpf_flow_dissect()
1340 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) { in __skb_flow_dissect()
1352 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) { in __skb_flow_dissect()
/Linux-v5.10/net/ipv4/
Droute.c1944 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib_multipath_hash()
/Linux-v5.10/net/ipv6/
Droute.c2370 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in rt6_multipath_hash()