Home
last modified time | relevance | path

Searched refs:nla_len (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/pdl/
Dnetlink.pdl32 * <-------------- nlattr->nla_len -------------->
49 nla_len : 16,
Dmac80211_hwsim.pdl152 _size_(_payload_): 16, // nla_len, the attribute length
/tools/netsim/rust/daemon/src/wifi/
Dhwsim_attr_set.rs255 let nla_len = nla_hdr.nla_len as usize; localVariable
258 let hwsim_attr = HwsimAttr::decode_full(&attributes[index..index + nla_len])?;
282 index += nla_align(nla_len);