Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/core/
A Dflow_dissector.c665 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect_gre()
716 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect_batadv()
840 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_bpf_to_target()
1207 !(key_control->flags & FLOW_DIS_ENCAPSULATION)) { in __skb_flow_dissect()
1488 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect()
1505 key_control->flags |= FLOW_DIS_ENCAPSULATION; in __skb_flow_dissect()
/linux-6.3-rc2/include/net/
A Dflow_dissector.h27 #define FLOW_DIS_ENCAPSULATION BIT(2) macro
/linux-6.3-rc2/net/ipv4/
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()
/linux-6.3-rc2/net/ipv6/
A Droute.c2363 *p_has_inner = !!(keys.control.flags & FLOW_DIS_ENCAPSULATION); in rt6_multipath_custom_hash_outer()
2387 if (!(keys.control.flags & FLOW_DIS_ENCAPSULATION)) in rt6_multipath_custom_hash_inner()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.c5018 if (keys->control.flags & FLOW_DIS_ENCAPSULATION) { in bnxt_hwrm_cfa_ntuple_filter_alloc()
12954 if (((flags & FLOW_DIS_ENCAPSULATION) && in bnxt_rx_flow_steer()

Completed in 44 milliseconds