Home
last modified time | relevance | path

Searched refs:FLOW_DIS_ENCAPSULATION (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dflow_dissector.h27 #define FLOW_DIS_ENCAPSULATION BIT(2) macro
/kernel/linux/linux-6.6/include/net/
H A Dflow_dissector.h29 #define FLOW_DIS_ENCAPSULATION BIT(2) macro
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/core/
H A Dflow_dissector.c631 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect_gre()
682 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect_batadv()
803 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_bpf_to_target()
1346 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect()
1358 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect()
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c1948 *p_has_inner = !!(keys.control.flags & FLOW_DIS_ENCAPSULATION); in fib_multipath_custom_hash_outer()
1972 if (!(keys.control.flags & FLOW_DIS_ENCAPSULATION)) in fib_multipath_custom_hash_inner()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c2364 *p_has_inner = !!(keys.control.flags & FLOW_DIS_ENCAPSULATION); in rt6_multipath_custom_hash_outer()
2388 if (!(keys.control.flags & FLOW_DIS_ENCAPSULATION)) in rt6_multipath_custom_hash_inner()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c4925 if (keys->control.flags & FLOW_DIS_ENCAPSULATION) { in bnxt_hwrm_cfa_ntuple_filter_alloc()
12017 if (((flags & FLOW_DIS_ENCAPSULATION) && in bnxt_rx_flow_steer()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c5000 if (keys->control.flags & FLOW_DIS_ENCAPSULATION) { in bnxt_hwrm_cfa_ntuple_filter_alloc()
12976 if (((flags & FLOW_DIS_ENCAPSULATION) && in bnxt_rx_flow_steer()

Completed in 49 milliseconds