Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnl++/
DMessageFactory.cpp30 const auto totalAttrLen = impl::space<nlattr>(dataLen); in add() local
31 const auto newLen = impl::align(msg->nlmsg_len) + totalAttrLen; in add()
39 attr->nla_len = totalAttrLen; in add()