Searched refs:matches_len (Results 1 – 2 of 2) sorted by relevance
| /linux/net/sched/ |
| H A D | ematch.c | 308 int idx, list_len, matches_len, err; in tcf_em_tree_validate() local 335 matches_len = tree_hdr->nmatches * sizeof(*em); in tcf_em_tree_validate() 337 tree->matches = kzalloc(matches_len, GFP_KERNEL); in tcf_em_tree_validate()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | d3.c | 2451 size_t query_len, matches_len; in iwl_mvm_netdetect_query_results() local 2462 matches_len = sizeof(struct iwl_scan_offload_profile_match) * in iwl_mvm_netdetect_query_results() 2465 matches) + matches_len; in iwl_mvm_netdetect_query_results() 2467 matches_len = sizeof(struct iwl_scan_offload_profile_match_v1) * in iwl_mvm_netdetect_query_results() 2470 matches_len; in iwl_mvm_netdetect_query_results() 2483 memcpy(results->matches, query->matches, matches_len); in iwl_mvm_netdetect_query_results() 2818 size_t i, matches_len = sizeof(struct iwl_scan_offload_profile_match) * in iwl_mvm_nd_match_info_handler() local 2825 matches_len) { in iwl_mvm_nd_match_info_handler() 2850 memcpy(results->matches, notif->matches, matches_len); in iwl_mvm_nd_match_info_handler()
|