Home
last modified time | relevance | path

Searched refs:nt_node (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_node.c565 in = list_head(&nt->nt_node); in ieee80211_end_scan()
617 in = list_next(&nt->nt_node, in); in ieee80211_end_scan()
626 in = list_next(&nt->nt_node, in); in ieee80211_end_scan()
862 list_insert_tail(&nt->nt_node, in); in ieee80211_setup_node()
1316 list_remove(&nt->nt_node, in); in ieee80211_free_node_locked()
1365 list_remove(&nt->nt_node, in); in ieee80211_node_reclaim()
1384 in = list_head(&nt->nt_node); in ieee80211_free_allnodes_locked()
1387 in = list_head(&nt->nt_node); in ieee80211_free_allnodes_locked()
1530 in = list_head(&nt->nt_node); in ieee80211_iterate_nodes()
1533 in = list_next(&nt->nt_node, in); in ieee80211_iterate_nodes()
[all …]
H A Dnet80211_ioctl.c1159 in = list_head(&nt->nt_node); in wifi_cfg_scanresults()
1163 in = list_next(&nt->nt_node, in); in wifi_cfg_scanresults()
1178 in = list_next(&nt->nt_node, in); in wifi_cfg_scanresults()
1972 in = list_head(&nt->nt_node); in wl_get_scanresults()
1977 in = list_next(&nt->nt_node, in); in wl_get_scanresults()
1992 in = list_next(&nt->nt_node, in); in wl_get_scanresults()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h352 list_t nt_node; /* information of all nodes */ member