Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dflow_dissector.h268 unsigned int used_keys; /* each bit repesents presence of one key id */ member
323 return flow_dissector->used_keys & (1 << key_id); in dissector_uses_key()
/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot_flower.c47 if (dissector->used_keys & in ocelot_flower_parse()
72 if ((dissector->used_keys & in ocelot_flower_parse()
/Linux-v5.4/net/core/
Dethtool.c2937 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
2952 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
2960 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
2989 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3004 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3012 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3036 match->dissector.used_keys |= BIT(FLOW_DISSECTOR_KEY_BASIC); in ethtool_rx_flow_rule_create()
3068 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3083 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
Dflow_dissector.c40 flow_dissector->used_keys |= (1 << key_id); in dissector_set_key()
/Linux-v5.4/net/netfilter/
Dnft_cmp.c125 flow->match.dissector.used_keys |= BIT(reg->key); in __nft_cmp_offload()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c234 if (dissector->used_keys & in cxgb4_validate_flow_match()
244 dissector->used_keys); in cxgb4_validate_flow_match()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c233 if (dissector->used_keys & ~NFP_FLOWER_WHITELIST_DISSECTOR) { in nfp_flower_calculate_key_layers()
239 if (dissector->used_keys & NFP_FLOWER_WHITELIST_TUN_DISSECTOR && in nfp_flower_calculate_key_layers()
240 (dissector->used_keys & NFP_FLOWER_WHITELIST_TUN_DISSECTOR_R) in nfp_flower_calculate_key_layers()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c180 if ((dissector->used_keys & BIT(FLOW_DISSECTOR_KEY_CONTROL)) == 0 || in bnxt_tc_parse_flow()
181 (dissector->used_keys & BIT(FLOW_DISSECTOR_KEY_BASIC)) == 0) { in bnxt_tc_parse_flow()
183 dissector->used_keys); in bnxt_tc_parse_flow()
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_selftests.c1307 dissector->used_keys |= (1 << FLOW_DISSECTOR_KEY_IPV4_ADDRS); in __stmmac_test_l3filt()
1428 dissector->used_keys |= (1 << FLOW_DISSECTOR_KEY_BASIC); in __stmmac_test_l4filt()
1429 dissector->used_keys |= (1 << FLOW_DISSECTOR_KEY_PORTS); in __stmmac_test_l4filt()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_flower.c334 if (dissector->used_keys & in mlxsw_sp_flower_parse()
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c1907 if (dissector->used_keys & in qede_parse_flow_attr()
1914 dissector->used_keys); in qede_parse_flow_attr()
/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_main.c2692 if (dissector->used_keys & in iavf_parse_cls_flower()
2702 dissector->used_keys); in iavf_parse_cls_flower()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1817 if (dissector->used_keys & in __parse_cls_flower()
1838 dissector->used_keys); in __parse_cls_flower()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_main.c7751 if (dissector->used_keys & in i40e_parse_cls_flower()
7761 dissector->used_keys); in i40e_parse_cls_flower()
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_main.c2591 if (dissector->used_keys & in igb_parse_cls_flower()