Home
last modified time | relevance | path

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

/linux/net/core/
H A Dflow_dissector.c767 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect_gre()
818 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect_batadv()
950 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_bpf_to_target()
1319 !(key_control->flags & FLOW_DIS_ENCAPSULATION)) { in __skb_flow_dissect()
1606 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect()
1623 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect()
/linux/include/net/
H A Dflow_dissector.h41 FLOW_DIS_ENCAPSULATION = (TCA_FLOWER_KEY_FLAGS_MAX << 1), enumerator
/linux/net/ipv4/
H A Droute.c1971 *p_has_inner = !!(keys.control.flags & FLOW_DIS_ENCAPSULATION); in fib_multipath_custom_hash_outer()
1995 if (!(keys.control.flags & FLOW_DIS_ENCAPSULATION)) in fib_multipath_custom_hash_inner()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1130 bool encap = rq->hw_gro_data->fk.control.flags & FLOW_DIS_ENCAPSULATION; in mlx5e_shampo_update_ipv4_tcp_hdr()
/linux/net/ipv6/
H A Droute.c2428 *p_has_inner = !!(keys.control.flags & FLOW_DIS_ENCAPSULATION); in rt6_multipath_custom_hash_outer()
2452 if (!(keys.control.flags & FLOW_DIS_ENCAPSULATION)) in rt6_multipath_custom_hash_inner()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c6361 if (keys->control.flags & FLOW_DIS_ENCAPSULATION) { in bnxt_hwrm_cfa_ntuple_filter_alloc()
15691 if (((flags & FLOW_DIS_ENCAPSULATION) && in bnxt_rx_flow_steer()