Symbol: netstack_next
usr/src/cmd/mdb/common/modules/genunix/netstack.c
73
wsp->walk_addr = (uintptr_t)nss.netstack_next;
usr/src/uts/common/inet/ip/ip.c
15354
while ((ns = netstack_next(&nh)) != NULL) {
usr/src/uts/common/inet/ip/ip_dce.c
225
while ((ns = netstack_next(&nh)) != NULL) {
usr/src/uts/common/inet/ip/ip_ire.c
2234
while ((ns = netstack_next(&nh)) != NULL) {
usr/src/uts/common/inet/ip/ip_ndp.c
3704
while ((ns = netstack_next(&nh)) != NULL) {
usr/src/uts/common/inet/ip/spd.c
3310
while ((ns = netstack_next(&nh)) != NULL) {
usr/src/uts/common/inet/ip/spd.c
5030
while ((ns = netstack_next(&nh)) != NULL) {
usr/src/uts/common/inet/ipnet/ipnet.c
249
while ((ns = netstack_next(&nh)) != NULL) {
usr/src/uts/common/inet/sctp/sctp_hash.c
148
while ((ns = netstack_next(&nh)) != NULL) {
usr/src/uts/common/inet/sctp/sctp_misc.c
211
while ((ns = netstack_next(&nh)) != NULL) {
usr/src/uts/common/inet/tcp/tcp_cluster.c
89
while ((ns = netstack_next(&nh)) != NULL) {
usr/src/uts/common/inet/tcp/tcp_misc.c
563
while ((ns = netstack_next(&nh)) != NULL) {
usr/src/uts/common/os/netstack.c
1025
for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
usr/src/uts/common/os/netstack.c
1049
for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
usr/src/uts/common/os/netstack.c
1083
nsp = &(*nsp)->netstack_next) {
usr/src/uts/common/os/netstack.c
1085
*nsp = ns->netstack_next;
usr/src/uts/common/os/netstack.c
1086
ns->netstack_next = NULL;
usr/src/uts/common/os/netstack.c
1436
ns = ns->netstack_next;
usr/src/uts/common/os/netstack.c
1452
ns = ns->netstack_next;
usr/src/uts/common/os/netstack.c
195
for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
usr/src/uts/common/os/netstack.c
236
for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
usr/src/uts/common/os/netstack.c
302
for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
usr/src/uts/common/os/netstack.c
351
nsp = &((*nsp)->netstack_next)) {
usr/src/uts/common/os/netstack.c
633
ns = ns->netstack_next;
usr/src/uts/common/sys/netstack.h
193
struct netstack *netstack_next;
usr/src/uts/common/sys/netstack.h
279
extern netstack_t *netstack_next(netstack_handle_t *);