Searched refs:nla_type (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Connectivity/staticlibs/native/tcutils/ |
D | tcutils.cpp | 187 .nla_type = TCA_KIND, in IngressPoliceFilterBuilder() 194 .nla_type = TCA_OPTIONS, in IngressPoliceFilterBuilder() 199 .nla_type = TCA_MATCHALL_ACT, in IngressPoliceFilterBuilder() 204 .nla_type = 1, // action priority in IngressPoliceFilterBuilder() 209 .nla_type = TCA_ACT_KIND, in IngressPoliceFilterBuilder() 216 .nla_type = TCA_ACT_OPTIONS | NLA_F_NESTED, in IngressPoliceFilterBuilder() 221 .nla_type = TCA_POLICE_TBF, in IngressPoliceFilterBuilder() 237 .nla_type = TCA_POLICE_RATE, in IngressPoliceFilterBuilder() 244 .nla_type = TCA_POLICE_RESULT, in IngressPoliceFilterBuilder() 253 .nla_type = 2, // action priority in IngressPoliceFilterBuilder() [all …]
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/ |
D | StructNlAttr.java | 71 struct.nla_type = byteBuffer.getShort(); in peek() 126 if (nlAttr.nla_type == attrType) { in findNextAttrOfType() 138 public short nla_type; field in StructNlAttr 144 nla_type = type; in StructNlAttr() 154 nla_type = type; in StructNlAttr() 171 nla_type = type; in StructNlAttr() 188 nla_type = type; in StructNlAttr() 201 nla_type = type; in StructNlAttr() 206 nla_type = type; in StructNlAttr() 211 nla_type = type; in StructNlAttr() [all …]
|
D | NduseroptMessage.java | 121 if (nla == null || nla.nla_type != NDUSEROPT_SRCADDR || nla.nla_value == null) { in NduseroptMessage()
|
D | RtNetlinkNeighborMessage.java | 208 nlAttr.nla_type = nlType; in packNlAttr()
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/ |
D | InetDiagSocketTest.java | 469 assertEquals(8, inetDiagMsg.nlAttrs.get(0).nla_type); in assertInetDiagMsg2() 474 assertEquals(15, inetDiagMsg.nlAttrs.get(1).nla_type); in assertInetDiagMsg2() 479 assertEquals(2, inetDiagMsg.nlAttrs.get(2).nla_type); in assertInetDiagMsg2()
|
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
D | Netlink.cpp | 71 << "len: 0x" << attr.nla_len << ", type: 0x" << attr.nla_type << "]" << std::dec; in operator <<()
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/xfrm/ |
D | XfrmNetlinkNewSaMessage.java | 106 if (attr.nla_type == XFRMA_REPLAY_ESN_VAL) { in parseInternal()
|
/packages/modules/NetworkStack/src/com/android/networkstack/netlink/ |
D | TcpSocketTracker.java | 448 if (nlattr.nla_type == NetlinkUtils.INET_DIAG_MARK) { in parseSockInfo() 450 } else if (nlattr.nla_type == NetlinkUtils.INET_DIAG_INFO) { in parseSockInfo()
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | AutomaticOnOffKeepaliveTracker.java | 837 if (attr.nla_type == NetlinkUtils.INET_DIAG_MARK) { in readSocketDataAndReturnMark()
|