Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c195 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_register()
236 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_unregister()
302 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_unregister()
351 nsp = &((*nsp)->netstack_next)) { in netstack_zone_create()
633 ns = ns->netstack_next; in apply_all_netstacks()
1025 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_find_by_stackid()
1049 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_inuse_by_stackid()
1083 nsp = &(*nsp)->netstack_next) { in netstack_reap()
1085 *nsp = ns->netstack_next; in netstack_reap()
1086 ns->netstack_next = NULL; in netstack_reap()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dnetstack.h193 struct netstack *netstack_next; member
279 extern netstack_t *netstack_next(netstack_handle_t *);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnetstack.c73 wsp->walk_addr = (uintptr_t)nss.netstack_next; in netstack_walk_step()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_cluster.c89 while ((ns = netstack_next(&nh)) != NULL) { in cl_tcp_walk_list()
H A Dtcp_misc.c563 while ((ns = netstack_next(&nh)) != NULL) { in tcp_conn_reclaim()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_misc.c211 while ((ns = netstack_next(&nh)) != NULL) { in sctp_conn_reclaim()
H A Dsctp_hash.c148 while ((ns = netstack_next(&nh)) != NULL) { in cl_sctp_walk_list()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_dce.c225 while ((ns = netstack_next(&nh)) != NULL) { in ip_dce_reclaim()
H A Dip_ire.c2234 while ((ns = netstack_next(&nh)) != NULL) { in ip_ire_reclaim()
H A Dspd.c3310 while ((ns = netstack_next(&nh)) != NULL) { in ipsec_action_reclaim()
5030 while ((ns = netstack_next(&nh)) != NULL) { in ipsec_prov_update_callback()
H A Dip_ndp.c3704 while ((ns = netstack_next(&nh)) != NULL) { in ip_nce_reclaim()
H A Dip.c15354 while ((ns = netstack_next(&nh)) != NULL) { in ip_tp_cpu_update()
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c249 while ((ns = netstack_next(&nh)) != NULL) { in ipnetif_init()