Searched refs:netstack_next (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c58 * - the list starting at netstack_head and following the netstack_next
182 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
223 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
289 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
338 nsp = &((*nsp)->netstack_next)) {
594 * In that case we don't follow netstack_next,
597 * by netstack_next to change in any arbitrary way during the time the
620 ns = ns->netstack_next;
1029 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
1052 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
1361 netstack_next(netstack_handle_t *handle) function
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dnetstack.h139 * All the fields in netstack_t except netstack_next are protected by
140 * netstack_lock. netstack_next is protected by netstack_g_lock.
191 struct netstack *netstack_next; member in struct:netstack
269 * The caller of netstack_next() needs to call netstack_rele() when
276 extern netstack_t *netstack_next(netstack_handle_t *);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_cluster.c89 while ((ns = netstack_next(&nh)) != NULL) {
H A Dtcp_misc.c562 while ((ns = netstack_next(&nh)) != NULL) {
570 * has finished its initialization, netstack_next() will
578 * netstack_next() will not return one with NULL netstack_tcp.
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnetstack.c73 wsp->walk_addr = (uintptr_t)nss.netstack_next;
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_misc.c211 while ((ns = netstack_next(&nh)) != NULL) {
219 * has finished its initialization, netstack_next() will
227 * netstack_next() will not return one with NULL netstack_sctp.
H A Dsctp_hash.c147 while ((ns = netstack_next(&nh)) != NULL) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_dce.c220 while ((ns = netstack_next(&nh)) != NULL) {
222 * netstack_next() can return a netstack_t with a NULL
H A Dip_ire.c2234 while ((ns = netstack_next(&nh)) != NULL) {
2236 * netstack_next() can return a netstack_t with a NULL
H A Dspd.c3308 while ((ns = netstack_next(&nh)) != NULL) {
3310 * netstack_next() can return a netstack_t with a NULL
5022 while ((ns = netstack_next(&nh)) != NULL) {
H A Dip_ndp.c3462 while ((ns = netstack_next(&nh)) != NULL) {
3464 * netstack_next() can return a netstack_t with a NULL
H A Dip.c15272 while ((ns = netstack_next(&nh)) != NULL) {
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c248 while ((ns = netstack_next(&nh)) != NULL) {

Completed in 142 milliseconds