Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dflow_dissector.c743 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect_gre()
794 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect_batadv()
918 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_bpf_to_target()
1285 !(key_control->flags & FLOW_DIS_ENCAPSULATION)) { in __skb_flow_dissect()
1572 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect()
1589 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect()
/openbmc/linux/include/net/
H A Dflow_dissector.h29 #define FLOW_DIS_ENCAPSULATION BIT(2) macro
/openbmc/linux/net/ipv4/
H A Droute.c1940 *p_has_inner = !!(keys.control.flags & FLOW_DIS_ENCAPSULATION); in fib_multipath_custom_hash_outer()
1964 if (!(keys.control.flags & FLOW_DIS_ENCAPSULATION)) in fib_multipath_custom_hash_inner()
/openbmc/linux/net/ipv6/
H A Droute.c2368 *p_has_inner = !!(keys.control.flags & FLOW_DIS_ENCAPSULATION); in rt6_multipath_custom_hash_outer()
2392 if (!(keys.control.flags & FLOW_DIS_ENCAPSULATION)) in rt6_multipath_custom_hash_inner()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c4991 if (keys->control.flags & FLOW_DIS_ENCAPSULATION) { in bnxt_hwrm_cfa_ntuple_filter_alloc()
12974 if (((flags & FLOW_DIS_ENCAPSULATION) && in bnxt_rx_flow_steer()