Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/microchip/vcap/
A Dvcap_tc.c53 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_ETH_ADDRS); in vcap_tc_flower_handler_ethaddr_usage()
89 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_IPV4_ADDRS); in vcap_tc_flower_handler_ipv4_usage()
127 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_IPV6_ADDRS); in vcap_tc_flower_handler_ipv6_usage()
161 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_PORTS); in vcap_tc_flower_handler_portnum_usage()
204 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_CVLAN); in vcap_tc_flower_handler_cvlan_usage()
241 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_VLAN); in vcap_tc_flower_handler_vlan_usage()
316 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_TCP); in vcap_tc_flower_handler_tcp_usage()
379 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_ARP); in vcap_tc_flower_handler_arp_usage()
404 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_IP); in vcap_tc_flower_handler_ip_usage()
A Dvcap_tc.h17 unsigned long long used_keys; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
A Dct_fs_smfs.c224 mlx5_tc_ct_valid_used_dissector_keys(const u64 used_keys) in mlx5_tc_ct_valid_used_dissector_keys() argument
240 return (used_keys == ipv4_tcp || used_keys == ipv4_udp || used_keys == ipv6_tcp || in mlx5_tc_ct_valid_used_dissector_keys()
241 used_keys == ipv6_udp || used_keys == ipv4_gre || used_keys == ipv6_gre); in mlx5_tc_ct_valid_used_dissector_keys()
254 if (!mlx5_tc_ct_valid_used_dissector_keys(flow_rule->match.dissector->used_keys)) { in mlx5_ct_fs_smfs_ct_validate_flow_rule()
256 flow_rule->match.dissector->used_keys); in mlx5_ct_fs_smfs_ct_validate_flow_rule()
/linux/net/netfilter/
A Dnf_tables_offload.c38 if (match->dissector.used_keys & BIT_ULL(FLOW_DISSECTOR_KEY_CONTROL)) in nft_flow_rule_set_addr_type()
43 match->dissector.used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_CONTROL); in nft_flow_rule_set_addr_type()
62 if (match->dissector.used_keys & BIT_ULL(FLOW_DISSECTOR_KEY_VLAN) && in nft_flow_rule_transfer_vlan()
73 match->dissector.used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_CVLAN); in nft_flow_rule_transfer_vlan()
74 } else if (match->dissector.used_keys & in nft_flow_rule_transfer_vlan()
84 match->dissector.used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_VLAN); in nft_flow_rule_transfer_vlan()
A Dnf_flow_table_offload.c77 match->dissector.used_keys |= enc_keys; in nf_flow_rule_lwt_match()
166 match->dissector.used_keys |= BIT_ULL(key->control.addr_type); in nf_flow_rule_match()
173 match->dissector.used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_TCP); in nf_flow_rule_match()
185 match->dissector.used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_META) | in nf_flow_rule_match()
197 match->dissector.used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_PORTS); in nf_flow_rule_match()
A Dnft_cmp.c165 flow->match.dissector.used_keys |= BIT_ULL(reg->key); in __nft_cmp_offload()
/linux/include/net/
A Dflow_dissector.h395 unsigned long long used_keys; member
458 return flow_dissector->used_keys & (1ULL << key_id); in dissector_uses_key()
/linux/drivers/net/dsa/microchip/
A Dksz9477_tc_flower.c118 if (dissector->used_keys & in ksz9477_flower_parse_key()
/linux/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_tc_flower.c84 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_CONTROL); in lan966x_tc_flower_handler_control_usage()
181 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_BASIC); in lan966x_tc_flower_handler_basic_usage()
/linux/drivers/net/ethernet/netronome/nfp/flower/
A Doffload.c253 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()
1308 if (dissector->used_keys & BIT_ULL(FLOW_DISSECTOR_KEY_CT)) { in offload_pre_check()
A Dconntrack.c64 if (dissector->used_keys & BIT_ULL(FLOW_DISSECTOR_KEY_CT)) { in is_pre_ct_flow()
97 if (dissector->used_keys & BIT_ULL(FLOW_DISSECTOR_KEY_CT)) { in is_post_ct_flow()
242 ovlp_keys = entry1->rule->match.dissector->used_keys & in nfp_ct_merge_check()
243 entry2->rule->match.dissector->used_keys; in nfp_ct_merge_check()
593 if (ct_met && (dissector->used_keys & BIT_ULL(FLOW_DISSECTOR_KEY_CT))) { in nfp_ct_check_meta()
/linux/drivers/net/ethernet/sfc/
A Dtc_conntrack.c123 if (dissector->used_keys & in efx_tc_ct_parse_match()
133 dissector->used_keys); in efx_tc_ct_parse_match()
A Dtc.c281 if (dissector->used_keys & in efx_tc_flower_parse_match()
300 dissector->used_keys); in efx_tc_flower_parse_match()
309 if (dissector->used_keys & in efx_tc_flower_parse_match()
317 dissector->used_keys); in efx_tc_flower_parse_match()
363 if (dissector->used_keys & in efx_tc_flower_parse_match()
368 dissector->used_keys); in efx_tc_flower_parse_match()
424 } else if (dissector->used_keys & in efx_tc_flower_parse_match()
432 dissector->used_keys); in efx_tc_flower_parse_match()
/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_tc_flower.c150 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_BASIC); in sparx5_tc_flower_handler_basic_usage()
205 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_CONTROL); in sparx5_tc_flower_handler_control_usage()
274 if (st->frule->match.dissector->used_keys ^ st->used_keys) { in sparx5_tc_use_dissectors()
/linux/net/ethtool/
A Dioctl.c3503 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3518 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3526 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3555 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3570 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3578 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3603 match->dissector.used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_BASIC); in ethtool_rx_flow_rule_create()
3635 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
3650 match->dissector.used_keys |= in ethtool_rx_flow_rule_create()
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-switch-flower.c19 if (dissector->used_keys & in dpaa2_switch_flower_parse_key()
545 if (dissector->used_keys & in dpaa2_switch_flower_parse_mirror_key()
/linux/drivers/net/ethernet/mscc/
A Docelot_flower.c583 if (dissector->used_keys & in ocelot_flower_parse_key()
640 if ((dissector->used_keys & in ocelot_flower_parse_key()
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_tc_flower.c315 if (dissector->used_keys & in cxgb4_validate_flow_match()
326 dissector->used_keys); in cxgb4_validate_flow_match()
/linux/drivers/net/dsa/sja1105/
A Dsja1105_flower.c207 if (dissector->used_keys & in sja1105_flower_parse_key()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_selftests.c1358 dissector->used_keys |= (1ULL << FLOW_DISSECTOR_KEY_IPV4_ADDRS); in __stmmac_test_l3filt()
1484 dissector->used_keys |= (1ULL << FLOW_DISSECTOR_KEY_BASIC); in __stmmac_test_l4filt()
1485 dissector->used_keys |= (1ULL << FLOW_DISSECTOR_KEY_PORTS); in __stmmac_test_l4filt()
/linux/drivers/net/ethernet/marvell/prestera/
A Dprestera_flower.c204 if (dissector->used_keys & in prestera_flower_parse()
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_tc.c377 if ((dissector->used_keys & BIT_ULL(FLOW_DISSECTOR_KEY_CONTROL)) == 0 || in bnxt_tc_parse_flow()
378 (dissector->used_keys & BIT_ULL(FLOW_DISSECTOR_KEY_BASIC)) == 0) { in bnxt_tc_parse_flow()
380 dissector->used_keys); in bnxt_tc_parse_flow()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_tc.c637 if ((dissector->used_keys & in otx2_tc_prepare_flow()
652 dissector->used_keys); in otx2_tc_prepare_flow()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_flower.c570 if (dissector->used_keys & in mlxsw_sp_flower_parse()
/linux/drivers/net/ethernet/intel/ice/
A Dice_tc_lib.c1480 if (dissector->used_keys & in ice_parse_cls_flower()
1523 } else if (dissector->used_keys & in ice_parse_cls_flower()

Completed in 72 milliseconds

12