Searched refs:alloc_sz (Results 1 – 2 of 2) sorted by relevance
306 int alloc_sz = -1; in verify_mesh_preq_len() local310 alloc_sz = IEEE80211_MESHPREQ_BASE_SZ_AE; in verify_mesh_preq_len()314 alloc_sz = IEEE80211_MESHPREQ_BASE_SZ; in verify_mesh_preq_len()317 alloc_sz += ndest * IEEE80211_MESHPREQ_TRGT_SZ; in verify_mesh_preq_len()319 if(iefrm[1] != (alloc_sz)) { in verify_mesh_preq_len()337 int alloc_sz = -1; in verify_mesh_prep_len() local340 alloc_sz = IEEE80211_MESHPREP_BASE_SZ_AE; in verify_mesh_prep_len()342 alloc_sz = IEEE80211_MESHPREP_BASE_SZ; in verify_mesh_prep_len()343 if(alloc_sz < 0) { in verify_mesh_prep_len()361 int alloc_sz = -1; in verify_mesh_perr_len() local[all …]
504 #define DTRACE_INSCRATCH(mstate, alloc_sz) \ argument506 (mstate)->dtms_scratch_ptr >= (alloc_sz))