Searched refs:nla_for_each_nested (Results 1 – 5 of 5) sorted by relevance
/external/libnl/lib/route/link/ |
D | vlan.c | 120 nla_for_each_nested(nla, tb[IFLA_VLAN_INGRESS_QOS], remaining) { in vlan_parse() 140 nla_for_each_nested(nla, tb[IFLA_VLAN_EGRESS_QOS], remaining) { in vlan_parse() 153 nla_for_each_nested(nla, tb[IFLA_VLAN_EGRESS_QOS], remaining) { in vlan_parse()
|
/external/libnl/include/netlink/ |
D | attr.h | 272 #define nla_for_each_nested(pos, nla, rem) \ macro
|
/external/libnl/lib/genl/ |
D | ctrl.c | 104 nla_for_each_nested(nla, nla_ops, remaining) { in ctrl_msg_parser()
|
/external/libnl/lib/route/cls/ |
D | ematch.c | 295 nla_for_each_nested(a, tb[TCA_EMATCH_TREE_LIST], remaining) { in rtnl_ematch_parse()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 749 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in family_handler() 2281 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) { in send_scan_event() 2301 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_FREQUENCIES], rem) in send_scan_event() 3560 nla_for_each_nested(nl_mode, tb, i) { in wiphy_info_supported_iftypes() 3617 nla_for_each_nested(nl_limit, tb_comb[NL80211_IFACE_COMB_LIMITS], in wiphy_info_iface_comb_process() 3624 nla_for_each_nested(nl_mode, in wiphy_info_iface_comb_process() 3660 nla_for_each_nested(nl_combi, tb, rem_combi) { in wiphy_info_iface_comb() 3676 nla_for_each_nested(nl_cmd, tb, i) { in wiphy_info_supp_cmds() 3951 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_DATA], rem) { in wiphy_info_handler() 3976 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_EVENTS], rem) { in wiphy_info_handler() [all …]
|