Home
last modified time | relevance | path

Searched refs:nla_for_each_nested (Results 1 – 5 of 5) sorted by relevance

/external/libnl/lib/route/link/
Dvlan.c120 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/
Dattr.h272 #define nla_for_each_nested(pos, nla, rem) \ macro
/external/libnl/lib/genl/
Dctrl.c104 nla_for_each_nested(nla, nla_ops, remaining) { in ctrl_msg_parser()
/external/libnl/lib/route/cls/
Dematch.c295 nla_for_each_nested(a, tb[TCA_EMATCH_TREE_LIST], remaining) { in rtnl_ematch_parse()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c749 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 …]