Searched refs:nla_type (Results 1 – 4 of 4) sorted by relevance
58 struct.nla_type = byteBuffer.getShort(); in peek()106 if (nlAttr.nla_type == attrType) { in findNextAttrOfType()118 public short nla_type; field in StructNlAttr124 nla_type = type; in StructNlAttr()134 nla_type = type; in StructNlAttr()151 nla_type = type; in StructNlAttr()164 nla_type = type; in StructNlAttr()170 nla_type = makeNestedType(type); in StructNlAttr()263 byteBuffer.putShort(nla_type); in pack()280 + "nla_type{" + nla_type + "}, " in toString()
100 if (nla == null || nla.nla_type != NDUSEROPT_SRCADDR || nla.nla_value == null) { in NduseroptMessage()
198 nlAttr.nla_type = nlType; in packNlAttr()
252 .nla_type = TCA_KIND, in com_android_networkstack_tethering_BpfUtils_tcFilterAddDevBpf()261 .nla_type = NLA_F_NESTED | TCA_OPTIONS, in com_android_networkstack_tethering_BpfUtils_tcFilterAddDevBpf()268 .nla_type = TCA_BPF_FD, in com_android_networkstack_tethering_BpfUtils_tcFilterAddDevBpf()277 .nla_type = TCA_BPF_NAME, in com_android_networkstack_tethering_BpfUtils_tcFilterAddDevBpf()288 .nla_type = TCA_BPF_FLAGS, in com_android_networkstack_tethering_BpfUtils_tcFilterAddDevBpf()