Home
last modified time | relevance | path

Searched refs:FLOW_DIS_ENCAPSULATION (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/net/
Dflow_dissector.h27 #define FLOW_DIS_ENCAPSULATION BIT(2) macro
/Linux-v5.15/net/core/
Dflow_dissector.c638 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect_gre()
689 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect_batadv()
813 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_bpf_to_target()
1369 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect()
1381 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect()
/Linux-v5.15/net/ipv4/
Droute.c1931 *p_has_inner = !!(keys.control.flags & FLOW_DIS_ENCAPSULATION); in fib_multipath_custom_hash_outer()
1955 if (!(keys.control.flags & FLOW_DIS_ENCAPSULATION)) in fib_multipath_custom_hash_inner()
/Linux-v5.15/net/ipv6/
Droute.c2367 *p_has_inner = !!(keys.control.flags & FLOW_DIS_ENCAPSULATION); in rt6_multipath_custom_hash_outer()
2391 if (!(keys.control.flags & FLOW_DIS_ENCAPSULATION)) in rt6_multipath_custom_hash_inner()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c4851 if (keys->control.flags & FLOW_DIS_ENCAPSULATION) { in bnxt_hwrm_cfa_ntuple_filter_alloc()
12566 if (((flags & FLOW_DIS_ENCAPSULATION) && in bnxt_rx_flow_steer()