Searched defs:nlAttr (Results 1 – 6 of 6) sorted by relevance
243 StructNlAttr nlAttr = findNextAttrOfType(CTA_STATUS, byteBuffer); in parse() local324 StructNlAttr nlAttr = findNextAttrOfType(makeNestedType(CTA_TUPLE_IP), byteBuffer); in parseTuple() local354 StructNlAttr nlAttr = findNextAttrOfType(CTA_IP_V4_SRC, byteBuffer); in parseTupleIpv4() local379 StructNlAttr nlAttr = findNextAttrOfType(CTA_PROTO_NUM, byteBuffer); in parseTupleProto() local
71 StructNlAttr nlAttr = StructNlAttr.findNextAttrOfType(NDA_DST, byteBuffer); in parse() local207 final StructNlAttr nlAttr = new StructNlAttr(); in packNlAttr() local
101 StructNlAttr nlAttr = StructNlAttr.findNextAttrOfType(IFLA_MTU, byteBuffer); in parse() local
119 StructNlAttr nlAttr = StructNlAttr.findNextAttrOfType(IFA_ADDRESS, byteBuffer); in parse() local
202 StructNlAttr nlAttr = StructNlAttr.findNextAttrOfType(RTA_DST, byteBuffer); in parse() local
122 final StructNlAttr nlAttr = StructNlAttr.peek(byteBuffer); in findNextAttrOfType() local