Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net80211/
H A Dieee80211_hwmp.c306 int alloc_sz = -1; in verify_mesh_preq_len() local
310 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() local
340 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 …]
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c504 #define DTRACE_INSCRATCH(mstate, alloc_sz) \ argument
506 (mstate)->dtms_scratch_ptr >= (alloc_sz))