Home
last modified time | relevance | path

Searched refs:FLOW_DISSECTOR_F_STOP_AT_ENCAP (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dflow_dissector.h291 #define FLOW_DISSECTOR_F_STOP_AT_ENCAP BIT(2) macro
H A Dip6_fib.h610 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib6_rules_early_flow_dissect()
H A Dip_fib.h413 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib4_rules_early_flow_dissect()
/kernel/linux/linux-6.6/include/net/
H A Dflow_dissector.h372 #define FLOW_DISSECTOR_F_STOP_AT_ENCAP BIT(2) macro
H A Dip_fib.h417 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib4_rules_early_flow_dissect()
H A Dip6_fib.h602 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib6_rules_early_flow_dissect()
/kernel/linux/linux-5.10/net/core/
H A 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()
873 (int)FLOW_DISSECTOR_F_STOP_AT_ENCAP); in bpf_flow_dissect()
896 * FLOW_DISSECTOR_F_STOP_AT_ENCAP.
1347 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) { in __skb_flow_dissect()
1359 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) { in __skb_flow_dissect()
/kernel/linux/linux-6.6/net/core/
H A Dflow_dissector.c744 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) in __skb_flow_dissect_gre()
795 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) in __skb_flow_dissect_batadv()
988 (int)FLOW_DISSECTOR_F_STOP_AT_ENCAP); in bpf_flow_dissect()
1016 * FLOW_DISSECTOR_F_STOP_AT_ENCAP.
1573 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) { in __skb_flow_dissect()
1590 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) { in __skb_flow_dissect()
/kernel/linux/linux-6.6/net/ipv4/
H 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()
/kernel/linux/linux-5.10/net/ipv4/
H A Droute.c1984 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib_multipath_hash()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c2348 skb_flow_dissect_flow_keys(skb, &keys, FLOW_DISSECTOR_F_STOP_AT_ENCAP); in rt6_multipath_custom_hash_outer()
2479 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in rt6_multipath_hash()
/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c2367 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in rt6_multipath_hash()

Completed in 39 milliseconds