Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netfilter/
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()
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()
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()
Dnft_cmp.c164 flow->match.dissector.used_keys |= BIT(reg->key); in __nft_cmp_offload()
/kernel/linux/linux-5.10/include/net/
Dflow_dissector.h300 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()
/kernel/linux/linux-5.10/net/ethtool/
Dioctl.c3049 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3064 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3072 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3101 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3116 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3124 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3149 match->dissector.used_keys |= BIT(FLOW_DISSECTOR_KEY_BASIC); in ethtool_rx_flow_rule_create()
3181 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3196 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
Docelot_flower.c446 if (dissector->used_keys & in ocelot_flower_parse_key()
484 if ((dissector->used_keys & in ocelot_flower_parse_key()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
Dsja1105_flower.c206 if (dissector->used_keys & in sja1105_flower_parse_key()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_selftests.c1358 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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_flower.c411 if (dissector->used_keys & in mlxsw_sp_flower_parse()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/net/core/
Dflow_dissector.c39 flow_dissector->used_keys |= (1 << key_id); in dissector_set_key()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
Denetc_qos.c1367 fwd = enetc_check_flow_actions(actions, dissector->used_keys); in enetc_config_clsflower()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
Diavf_main.c2769 if (dissector->used_keys & in iavf_parse_cls_flower()
2779 dissector->used_keys); in iavf_parse_cls_flower()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2300 if (dissector->used_keys & in __parse_cls_flower()
2323 dissector->used_keys); in __parse_cls_flower()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_main.c8014 if (dissector->used_keys & in i40e_parse_cls_flower()
8024 dissector->used_keys); in i40e_parse_cls_flower()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
Digb_main.c2595 if (dissector->used_keys & in igb_parse_cls_flower()