| /Linux-v5.15/net/netfilter/ |
| D | nf_tables_offload.c | 38 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() 62 if (match->dissector.used_keys & BIT(FLOW_DISSECTOR_KEY_VLAN) && in nft_flow_rule_transfer_vlan() 73 match->dissector.used_keys |= BIT(FLOW_DISSECTOR_KEY_CVLAN); in nft_flow_rule_transfer_vlan() 74 } else if (match->dissector.used_keys & BIT(FLOW_DISSECTOR_KEY_BASIC) && in nft_flow_rule_transfer_vlan() 83 match->dissector.used_keys |= BIT(FLOW_DISSECTOR_KEY_VLAN); in nft_flow_rule_transfer_vlan()
|
| D | nf_flow_table_offload.c | 78 match->dissector.used_keys |= enc_keys; in nf_flow_rule_lwt_match() 163 match->dissector.used_keys |= BIT(key->control.addr_type); in nf_flow_rule_match() 170 match->dissector.used_keys |= BIT(FLOW_DISSECTOR_KEY_TCP); in nf_flow_rule_match() 186 match->dissector.used_keys |= BIT(FLOW_DISSECTOR_KEY_META) | in nf_flow_rule_match()
|
| D | nft_cmp.c | 168 flow->match.dissector.used_keys |= BIT(reg->key); in __nft_cmp_offload()
|
| /Linux-v5.15/include/net/ |
| D | flow_dissector.h | 298 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.15/drivers/net/ethernet/netronome/nfp/flower/ |
| D | offload.c | 253 if (dissector->used_keys & ~NFP_FLOWER_WHITELIST_DISSECTOR) { in nfp_flower_calculate_key_layers() 259 if (dissector->used_keys & NFP_FLOWER_WHITELIST_TUN_DISSECTOR && in nfp_flower_calculate_key_layers() 260 (dissector->used_keys & NFP_FLOWER_WHITELIST_TUN_DISSECTOR_V6_R) in nfp_flower_calculate_key_layers() 262 (dissector->used_keys & NFP_FLOWER_WHITELIST_TUN_DISSECTOR_R) in nfp_flower_calculate_key_layers() 1278 if (dissector->used_keys & BIT(FLOW_DISSECTOR_KEY_CT)) in offload_pre_check()
|
| D | conntrack.c | 71 if (dissector->used_keys & BIT(FLOW_DISSECTOR_KEY_CT)) { in is_post_ct_flow() 82 unsigned int ovlp_keys = entry1->rule->match.dissector->used_keys & in nfp_ct_merge_check() 83 entry2->rule->match.dissector->used_keys; in nfp_ct_merge_check() 390 if (ct_met && (dissector->used_keys & BIT(FLOW_DISSECTOR_KEY_CT))) { in nfp_ct_check_meta()
|
| /Linux-v5.15/net/ethtool/ |
| D | ioctl.c | 3088 match->dissector.used_keys |= in ethtool_rx_flow_rule_create() 3103 match->dissector.used_keys |= in ethtool_rx_flow_rule_create() 3111 match->dissector.used_keys |= in ethtool_rx_flow_rule_create() 3140 match->dissector.used_keys |= in ethtool_rx_flow_rule_create() 3155 match->dissector.used_keys |= in ethtool_rx_flow_rule_create() 3163 match->dissector.used_keys |= in ethtool_rx_flow_rule_create() 3188 match->dissector.used_keys |= BIT(FLOW_DISSECTOR_KEY_BASIC); in ethtool_rx_flow_rule_create() 3220 match->dissector.used_keys |= in ethtool_rx_flow_rule_create() 3235 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
|
| /Linux-v5.15/drivers/net/ethernet/mscc/ |
| D | ocelot_flower.c | 436 if (dissector->used_keys & in ocelot_flower_parse_key() 481 if ((dissector->used_keys & in ocelot_flower_parse_key()
|
| /Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpaa2-switch-flower.c | 19 if (dissector->used_keys & in dpaa2_switch_flower_parse_key() 536 if (dissector->used_keys & in dpaa2_switch_flower_parse_mirror_key()
|
| /Linux-v5.15/drivers/net/ethernet/marvell/prestera/ |
| D | prestera_flower.c | 99 if (dissector->used_keys & in prestera_flower_parse()
|
| /Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| D | otx2_tc.c | 408 if ((dissector->used_keys & in otx2_tc_prepare_flow() 418 dissector->used_keys); in otx2_tc_prepare_flow()
|
| /Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_tc_flower.c | 315 if (dissector->used_keys & in cxgb4_validate_flow_match() 325 dissector->used_keys); in cxgb4_validate_flow_match()
|
| /Linux-v5.15/drivers/net/dsa/sja1105/ |
| D | sja1105_flower.c | 207 if (dissector->used_keys & in sja1105_flower_parse_key()
|
| /Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_selftests.c | 1359 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.15/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt_tc.c | 376 if ((dissector->used_keys & BIT(FLOW_DISSECTOR_KEY_CONTROL)) == 0 || in bnxt_tc_parse_flow() 377 (dissector->used_keys & BIT(FLOW_DISSECTOR_KEY_BASIC)) == 0) { in bnxt_tc_parse_flow() 379 dissector->used_keys); in bnxt_tc_parse_flow()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_flower.c | 434 if (dissector->used_keys & in mlxsw_sp_flower_parse()
|
| /Linux-v5.15/drivers/net/ethernet/qlogic/qede/ |
| D | qede_filter.c | 1838 if (dissector->used_keys & in qede_parse_flow_attr() 1845 dissector->used_keys); in qede_parse_flow_attr()
|
| /Linux-v5.15/drivers/net/ethernet/freescale/enetc/ |
| D | enetc_qos.c | 1362 fwd = enetc_check_flow_actions(actions, dissector->used_keys); in enetc_config_clsflower()
|
| /Linux-v5.15/net/core/ |
| D | flow_dissector.c | 40 flow_dissector->used_keys |= (1 << key_id); in dissector_set_key()
|
| /Linux-v5.15/drivers/net/ethernet/intel/iavf/ |
| D | iavf_main.c | 2770 if (dissector->used_keys & in iavf_parse_cls_flower() 2780 dissector->used_keys); in iavf_parse_cls_flower()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_tc.c | 2088 if (dissector->used_keys & in __parse_cls_flower() 2112 dissector->used_keys); in __parse_cls_flower()
|
| /Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_main.c | 7420 if (dissector->used_keys & in hclge_parse_cls_flower() 7429 dissector->used_keys); in hclge_parse_cls_flower()
|
| /Linux-v5.15/drivers/net/ethernet/intel/i40e/ |
| D | i40e_main.c | 8202 if (dissector->used_keys & in i40e_parse_cls_flower() 8212 dissector->used_keys); in i40e_parse_cls_flower()
|
| /Linux-v5.15/drivers/net/ethernet/intel/igb/ |
| D | igb_main.c | 2591 if (dissector->used_keys & in igb_parse_cls_flower()
|