Home
last modified time | relevance | path

Searched refs:alloc_sz (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/net80211/
H A Dieee80211_hwmp.c311 int alloc_sz = -1; in verify_mesh_preq_len() local
315 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() local
345 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 …]
/freebsd-13.1/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c516 #define DTRACE_INSCRATCH(mstate, alloc_sz) \ argument
518 (mstate)->dtms_scratch_ptr >= (alloc_sz))