Searched defs:nlAttr (Results 1 – 3 of 3) sorted by relevance
238 StructNlAttr nlAttr = findNextAttrOfType(CTA_STATUS, byteBuffer); in parse() local319 StructNlAttr nlAttr = findNextAttrOfType(makeNestedType(CTA_TUPLE_IP), byteBuffer); in parseTuple() local349 StructNlAttr nlAttr = findNextAttrOfType(CTA_IP_V4_SRC, byteBuffer); in parseTupleIpv4() local374 StructNlAttr nlAttr = findNextAttrOfType(CTA_PROTO_NUM, byteBuffer); in parseTupleProto() local
61 StructNlAttr nlAttr = StructNlAttr.findNextAttrOfType(NDA_DST, byteBuffer); in parse() local197 final StructNlAttr nlAttr = new StructNlAttr(); in packNlAttr() local
102 final StructNlAttr nlAttr = StructNlAttr.peek(byteBuffer); in findNextAttrOfType() local