Home
last modified time | relevance | path

Searched refs:used_keys (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.10/include/net/
Dflow_dissector.h298 unsigned int used_keys; /* each bit repesents presence of one key id */ member
358 return flow_dissector->used_keys & (1 << key_id); in dissector_uses_key()
/Linux-v5.10/net/netfilter/
Dnf_flow_table_offload.c76 match->dissector.used_keys |= enc_keys; in nf_flow_rule_lwt_match()
124 match->dissector.used_keys |= BIT(key->control.addr_type); in nf_flow_rule_match()
131 match->dissector.used_keys |= BIT(FLOW_DISSECTOR_KEY_TCP); in nf_flow_rule_match()
147 match->dissector.used_keys |= BIT(FLOW_DISSECTOR_KEY_META) | in nf_flow_rule_match()
Dnf_tables_offload.c38 if (match->dissector.used_keys & BIT(FLOW_DISSECTOR_KEY_CONTROL)) in nft_flow_rule_set_addr_type()
43 match->dissector.used_keys |= BIT(FLOW_DISSECTOR_KEY_CONTROL); in nft_flow_rule_set_addr_type()
Dnft_cmp.c132 flow->match.dissector.used_keys |= BIT(reg->key); in __nft_cmp_offload()
/Linux-v5.10/net/ethtool/
Dioctl.c2943 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
2958 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
2966 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
2995 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3010 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3018 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3043 match->dissector.used_keys |= BIT(FLOW_DISSECTOR_KEY_BASIC); in ethtool_rx_flow_rule_create()
3075 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3090 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot_flower.c431 if (dissector->used_keys & in ocelot_flower_parse_key()
476 if ((dissector->used_keys & in ocelot_flower_parse_key()
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c255 if (dissector->used_keys & ~NFP_FLOWER_WHITELIST_DISSECTOR) { in nfp_flower_calculate_key_layers()
261 if (dissector->used_keys & NFP_FLOWER_WHITELIST_TUN_DISSECTOR && in nfp_flower_calculate_key_layers()
262 (dissector->used_keys & NFP_FLOWER_WHITELIST_TUN_DISSECTOR_V6_R) in nfp_flower_calculate_key_layers()
264 (dissector->used_keys & NFP_FLOWER_WHITELIST_TUN_DISSECTOR_R) in nfp_flower_calculate_key_layers()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c315 if (dissector->used_keys & in cxgb4_validate_flow_match()
325 dissector->used_keys); in cxgb4_validate_flow_match()
/Linux-v5.10/drivers/net/dsa/sja1105/
Dsja1105_flower.c206 if (dissector->used_keys & in sja1105_flower_parse_key()
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_selftests.c1359 dissector->used_keys |= (1 << FLOW_DISSECTOR_KEY_IPV4_ADDRS); in __stmmac_test_l3filt()
1485 dissector->used_keys |= (1 << FLOW_DISSECTOR_KEY_BASIC); in __stmmac_test_l4filt()
1486 dissector->used_keys |= (1 << FLOW_DISSECTOR_KEY_PORTS); in __stmmac_test_l4filt()
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c375 if ((dissector->used_keys & BIT(FLOW_DISSECTOR_KEY_CONTROL)) == 0 || in bnxt_tc_parse_flow()
376 (dissector->used_keys & BIT(FLOW_DISSECTOR_KEY_BASIC)) == 0) { in bnxt_tc_parse_flow()
378 dissector->used_keys); in bnxt_tc_parse_flow()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_flower.c411 if (dissector->used_keys & in mlxsw_sp_flower_parse()
/Linux-v5.10/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c1838 if (dissector->used_keys & in qede_parse_flow_attr()
1845 dissector->used_keys); in qede_parse_flow_attr()
/Linux-v5.10/drivers/net/ethernet/intel/iavf/
Diavf_main.c2711 if (dissector->used_keys & in iavf_parse_cls_flower()
2721 dissector->used_keys); in iavf_parse_cls_flower()
/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc_qos.c1358 fwd = enetc_check_flow_actions(actions, dissector->used_keys); in enetc_config_clsflower()
/Linux-v5.10/net/core/
Dflow_dissector.c39 flow_dissector->used_keys |= (1 << key_id); in dissector_set_key()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2252 if (dissector->used_keys & in __parse_cls_flower()
2275 dissector->used_keys); in __parse_cls_flower()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_main.c7824 if (dissector->used_keys & in i40e_parse_cls_flower()
7834 dissector->used_keys); in i40e_parse_cls_flower()
/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb_main.c2583 if (dissector->used_keys & in igb_parse_cls_flower()