Searched refs:alloc_sz (Results 1 – 2 of 2) sorted by relevance
311 int alloc_sz = -1; in verify_mesh_preq_len() local315 alloc_sz = IEEE80211_MESHPREQ_BASE_SZ_AE; in verify_mesh_preq_len()319 alloc_sz = IEEE80211_MESHPREQ_BASE_SZ; in verify_mesh_preq_len()322 alloc_sz += ndest * IEEE80211_MESHPREQ_TRGT_SZ; in verify_mesh_preq_len()324 if(iefrm[1] != (alloc_sz)) { in verify_mesh_preq_len()342 int alloc_sz = -1; in verify_mesh_prep_len() local345 alloc_sz = IEEE80211_MESHPREP_BASE_SZ_AE; in verify_mesh_prep_len()347 alloc_sz = IEEE80211_MESHPREP_BASE_SZ; in verify_mesh_prep_len()348 if(alloc_sz < 0) { in verify_mesh_prep_len()366 int alloc_sz = -1; in verify_mesh_perr_len() local[all …]
516 #define DTRACE_INSCRATCH(mstate, alloc_sz) \ argument518 (mstate)->dtms_scratch_ptr >= (alloc_sz))