Home
last modified time | relevance | path

Searched refs:FLOW_DISSECTOR_KEY_ENC_CONTROL (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dflow_dissector.h274 FLOW_DISSECTOR_KEY_ENC_CONTROL, /* struct flow_dissector_key_control */ enumerator
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c38 BIT(FLOW_DISSECTOR_KEY_ENC_CONTROL) | \
46 (BIT(FLOW_DISSECTOR_KEY_ENC_CONTROL) | \
55 (BIT(FLOW_DISSECTOR_KEY_ENC_CONTROL) | \
59 (BIT(FLOW_DISSECTOR_KEY_ENC_CONTROL) | \
316 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_ENC_CONTROL)) { in nfp_flower_calculate_key_layers()
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c227 if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_ENC_CONTROL)) in skb_flow_dissect_set_enc_addr_type()
231 FLOW_DISSECTOR_KEY_ENC_CONTROL, in skb_flow_dissect_set_enc_addr_type()
292 FLOW_DISSECTOR_KEY_ENC_CONTROL) && in skb_flow_dissect_tunnel_info()
H A Dflow_offload.c131 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_ENC_CONTROL, out); in flow_rule_match_enc_control()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_flow_table_offload.c41 NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_ENC_CONTROL, enc_control); in nf_flow_rule_lwt_match()
46 BIT(FLOW_DISSECTOR_KEY_ENC_CONTROL); in nf_flow_rule_lwt_match()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c534 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_ENC_CONTROL)) { in mlx5e_tc_tun_parse()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2003 COPY_DISSECTOR(rule, FLOW_DISSECTOR_KEY_ENC_CONTROL, in mlx5e_get_flow_tunnel_id()
2308 BIT(FLOW_DISSECTOR_KEY_ENC_CONTROL) | in __parse_cls_flower()
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_flower.c1792 FL_KEY_SET(keys, cnt, FLOW_DISSECTOR_KEY_ENC_CONTROL, in fl_init_dissector()