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);
608 in = list_next(&nt->nt_node, tmpin);
617 in = list_next(&nt->nt_node, in);
626 in = list_next(&nt->nt_node, in);
862 list_insert_tail(&nt->nt_node, in);
1316 list_remove(&nt->nt_node, in);
1365 list_remove(&nt->nt_node, in);
1384 in = list_head(&nt->nt_node);
1387 in = list_head(&nt->nt_node);
1448 for (in = list_head(&nt->nt_node); i
[all...]
H A Dnet80211_ioctl.c1159 in = list_head(&nt->nt_node);
1163 in = list_next(&nt->nt_node, in);
1178 in = list_next(&nt->nt_node, in);
1972 in = list_head(&nt->nt_node);
1977 in = list_next(&nt->nt_node, in);
1992 in = list_next(&nt->nt_node, in);
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h352 list_t nt_node; /* information of all nodes */ member in struct:ieee80211_node_table
438 list_node_t in_node; /* element of nt->nt_node */

Completed in 55 milliseconds