| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A 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()
|
| H A D | nf_flow_table_offload.c | 76 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()
|
| H A D | nft_cmp.c | 164 flow->match.dissector.used_keys |= BIT(reg->key); in __nft_cmp_offload()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | flow_dissector.h | 300 unsigned int used_keys; /* each bit repesents presence of one key id */ member 360 return flow_dissector->used_keys & (1 << key_id); in dissector_uses_key()
|
| /OK3568_Linux_fs/kernel/net/ethtool/ |
| H A D | ioctl.c | 3047 match->dissector.used_keys |= in ethtool_rx_flow_rule_create() 3062 match->dissector.used_keys |= in ethtool_rx_flow_rule_create() 3070 match->dissector.used_keys |= in ethtool_rx_flow_rule_create() 3099 match->dissector.used_keys |= in ethtool_rx_flow_rule_create() 3114 match->dissector.used_keys |= in ethtool_rx_flow_rule_create() 3122 match->dissector.used_keys |= in ethtool_rx_flow_rule_create() 3147 match->dissector.used_keys |= BIT(FLOW_DISSECTOR_KEY_BASIC); in ethtool_rx_flow_rule_create() 3179 match->dissector.used_keys |= in ethtool_rx_flow_rule_create() 3194 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/ |
| H A D | ocelot_flower.c | 446 if (dissector->used_keys & in ocelot_flower_parse_key() 484 if ((dissector->used_keys & in ocelot_flower_parse_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | offload.c | 255 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_tc_flower.c | 315 if (dissector->used_keys & in cxgb4_validate_flow_match() 325 dissector->used_keys); in cxgb4_validate_flow_match()
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/ |
| H A D | sja1105_flower.c | 206 if (dissector->used_keys & in sja1105_flower_parse_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_selftests.c | 1358 dissector->used_keys |= (1 << FLOW_DISSECTOR_KEY_IPV4_ADDRS); in __stmmac_test_l3filt() 1484 dissector->used_keys |= (1 << FLOW_DISSECTOR_KEY_BASIC); in __stmmac_test_l4filt() 1485 dissector->used_keys |= (1 << FLOW_DISSECTOR_KEY_PORTS); in __stmmac_test_l4filt()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.c | 375 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_flower.c | 411 if (dissector->used_keys & in mlxsw_sp_flower_parse()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_filter.c | 1838 if (dissector->used_keys & in qede_parse_flow_attr() 1845 dissector->used_keys); in qede_parse_flow_attr()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | flow_dissector.c | 39 flow_dissector->used_keys |= (1 << key_id); in dissector_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_qos.c | 1367 fwd = enetc_check_flow_actions(actions, dissector->used_keys); in enetc_config_clsflower()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_main.c | 2769 if (dissector->used_keys & in iavf_parse_cls_flower() 2779 dissector->used_keys); in iavf_parse_cls_flower()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tc.c | 2294 if (dissector->used_keys & in __parse_cls_flower() 2317 dissector->used_keys); in __parse_cls_flower()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 8014 if (dissector->used_keys & in i40e_parse_cls_flower() 8024 dissector->used_keys); in i40e_parse_cls_flower()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | igb_main.c | 2591 if (dissector->used_keys & in igb_parse_cls_flower()
|