Home
last modified time | relevance | path

Searched refs:nla_type (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Connectivity/staticlibs/native/tcutils/
Dtcutils.cpp187 .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/
DStructNlAttr.java71 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 …]
DNduseroptMessage.java121 if (nla == null || nla.nla_type != NDUSEROPT_SRCADDR || nla.nla_value == null) { in NduseroptMessage()
DRtNetlinkNeighborMessage.java208 nlAttr.nla_type = nlType; in packNlAttr()
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DInetDiagSocketTest.java469 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/
DNetlink.cpp71 << "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/
DXfrmNetlinkNewSaMessage.java106 if (attr.nla_type == XFRMA_REPLAY_ESN_VAL) { in parseInternal()
/packages/modules/NetworkStack/src/com/android/networkstack/netlink/
DTcpSocketTracker.java448 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/
DAutomaticOnOffKeepaliveTracker.java837 if (attr.nla_type == NetlinkUtils.INET_DIAG_MARK) { in readSocketDataAndReturnMark()