Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dflow_dissector.h338 #define FLOW_DISSECTOR_F_STOP_AT_ENCAP BIT(2) macro
A Dip6_fib.h608 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib6_rules_early_flow_dissect()
A Dip_fib.h416 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib4_rules_early_flow_dissect()
/linux-6.3-rc2/net/core/
A Dflow_dissector.c666 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) in __skb_flow_dissect_gre()
717 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) in __skb_flow_dissect_batadv()
910 (int)FLOW_DISSECTOR_F_STOP_AT_ENCAP); in bpf_flow_dissect()
1489 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) { in __skb_flow_dissect()
1506 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) { in __skb_flow_dissect()
/linux-6.3-rc2/net/ipv4/
A Droute.c1934 skb_flow_dissect_flow_keys(skb, &keys, FLOW_DISSECTOR_F_STOP_AT_ENCAP); in fib_multipath_custom_hash_outer()
2061 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib_multipath_hash()
/linux-6.3-rc2/net/ipv6/
A Droute.c2347 skb_flow_dissect_flow_keys(skb, &keys, FLOW_DISSECTOR_F_STOP_AT_ENCAP); in rt6_multipath_custom_hash_outer()
2478 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in rt6_multipath_hash()

Completed in 30 milliseconds