HomeSort by relevance Sort by last modified time
    Searched defs:nla_for_each_nested (Results 1 - 4 of 4) sorted by null

  /external/libnl/include/netlink/
attr.h 272 #define nla_for_each_nested(pos, nla, rem) \ macro
  /external/libnl/lib/genl/
ctrl.c 104 nla_for_each_nested(nla, nla_ops, remaining) { function
  /external/libnl/lib/route/cls/
ematch.c 295 nla_for_each_nested(a, tb[TCA_EMATCH_TREE_LIST], remaining) { function
  /external/libnl/lib/route/link/
vlan.c 120 nla_for_each_nested(nla, tb[IFLA_VLAN_INGRESS_QOS], remaining) { function
140 nla_for_each_nested(nla, tb[IFLA_VLAN_EGRESS_QOS], remaining) { function
153 nla_for_each_nested(nla, tb[IFLA_VLAN_EGRESS_QOS], remaining) { function

Completed in 126 milliseconds