Searched refs:FLOW_DISSECTOR_F_STOP_AT_ENCAP (Results 1 – 6 of 6) sorted by relevance
640 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) in __skb_flow_dissect_gre()691 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) in __skb_flow_dissect_batadv()884 (int)FLOW_DISSECTOR_F_STOP_AT_ENCAP); in bpf_flow_dissect()1380 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) { in __skb_flow_dissect()1397 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) { in __skb_flow_dissect()
289 #define FLOW_DISSECTOR_F_STOP_AT_ENCAP BIT(2) macro
606 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib6_rules_early_flow_dissect()
413 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib4_rules_early_flow_dissect()
1909 skb_flow_dissect_flow_keys(skb, &keys, FLOW_DISSECTOR_F_STOP_AT_ENCAP); in fib_multipath_custom_hash_outer()2036 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib_multipath_hash()
2351 skb_flow_dissect_flow_keys(skb, &keys, FLOW_DISSECTOR_F_STOP_AT_ENCAP); in rt6_multipath_custom_hash_outer()2482 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in rt6_multipath_hash()
Completed in 28 milliseconds