Searched refs:getAlignedLength (Results 1 – 6 of 6) sorted by relevance
93 if (struct == null || byteBuffer.remaining() < struct.getAlignedLength()) { in parse()105 byteBuffer.position(baseOffset + struct.getAlignedLength()); in parse()129 if (byteBuffer.remaining() < nlAttr.getAlignedLength()) { in findNextAttrOfType()132 byteBuffer.position(byteBuffer.position() + nlAttr.getAlignedLength()); in findNextAttrOfType()234 for (StructNlAttr nla : nested) payloadLength += nla.getAlignedLength(); in StructNlAttr()246 public int getAlignedLength() { in getAlignedLength() method in StructNlAttr410 byteBuffer.position(originalPosition + getAlignedLength()); in pack()
204 final int payloadLength = ctaTupleOrig.getAlignedLength() + ctaTimeout.getAlignedLength(); in newIPv4TimeoutUpdateRequest()
76 longAttribute.getAlignedLength() - intAttribute.getAlignedLength(); in testReplaceAttribute()95 int actualSize = attribute.getAlignedLength(); in packAttributeAndOverrideSize()
82 nlHeader.nlmsg_len -= oldAttribute.getAlignedLength(); in addAttribute()84 nlHeader.nlmsg_len += attribute.getAlignedLength(); in addAttribute()196 remainingSize -= attribute.getAlignedLength(); in parseAttributesToMap()199 + attribute.getAlignedLength() + ", remainingSize=" + remainingSize); in parseAttributesToMap()
424 + afSpec.getAlignedLength(); in setAddrGenModeToNone()
451 tcpInfo = TcpInfo.parse(nlattr.getValueAsByteBuffer(), nlattr.getAlignedLength()); in parseSockInfo()