Searched refs:netstack (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnetstack.h38 int netstack(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Dnetstack.c31 #include <sys/netstack.h>
46 mdb_warn("failed to read address of initial netstack "
63 mdb_warn("failed to read netstack at %p", wsp->walk_addr);
79 netstack(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
86 if (mdb_walk_dcmd("genunix`netstack", "genunix`netstack",
88 mdb_warn("failed to walk netstack");
105 mdb_warn("couldn't read netstack at %p", addr);
142 if (mdb_walk("netstack", (mdb_walk_cb_t)netstackid_lookup_cb, &addr) ==
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dtcp.sed.in26 #include <sys/netstack.h>
H A Dip.sed.in33 #include <sys/netstack.h>
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_stack.h30 #include <sys/netstack.h>
H A Dilb_impl.h32 #include <sys/netstack.h>
/illumos-gate/usr/src/uts/common/sys/
H A Dnetstack.h45 * sitting on top of TCP or UDP) probably should not use the netstack
52 * Each netstack has an identifier. We reuse the zoneid allocation for
62 * One for each module which uses netstack support.
132 * One for every netstack in the system.
142 struct netstack { struct
191 struct netstack *netstack_next;
202 typedef struct netstack netstack_t;
270 * done with a netstack.
H A Dhook.h34 #include <sys/netstack.h>
H A Dhook_impl.h35 #include <sys/netstack.h>
H A Dneti.h33 #include <sys/netstack.h>
H A Dzone.h39 #include <sys/netstack.h>
H A Dstrsubr.h45 #include <sys/netstack.h>
785 netstack_t *ss_netstack; /* Common netstack */
/illumos-gate/usr/src/uts/common/inet/
H A Drawip_impl.h36 #include <sys/netstack.h>
51 netstack_t *is_netstack; /* Common netstack */
H A Drts_impl.h37 #include <sys/netstack.h>
59 netstack_t *rtss_netstack; /* Common netstack */
H A Dspdsock.h28 #include <sys/netstack.h>
38 netstack_t *spds_netstack; /* Common netstack */
H A Dtcp_stack.h29 #include <sys/netstack.h>
46 netstack_t *tcps_netstack; /* Common netstack */
H A Dtunables.h33 #include <sys/netstack.h>
H A Dipnet.h35 #include <sys/netstack.h>
150 * per netstack list see struct ipnet_stack below.
161 netstack_t *ipnet_ns; /* netstack of zone we were opened in */
175 * Per-netstack data holding:
176 * - net_handle_t references for IPv4 and IPv6 for this netstack.
178 * netstack. The trees are protected by ips_avl_lock.
H A Dudp_impl.h42 #include <sys/netstack.h>
130 netstack_t *us_netstack; /* Common netstack */
H A Dip_stack.h34 #include <sys/netstack.h>
142 netstack_t *ips_netstack; /* Common netstack */
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_impl.h37 #include <sys/netstack.h>
168 netstack_t *iptuns_netstack; /* Common netstack */
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_stack.h29 #include <sys/netstack.h>
123 netstack_t *sctps_netstack; /* Common netstack */
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.h484 #include <sys/netstack.h>
/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c36 * netstack. Because of the nature of ipd, it currently only supports exclusive
43 * ipd consists of a few components. There is a per netstack data structure that
67 * V per netstack V
84 * - Global lock N on the netstack list.
86 * - Per-netstack data structure lock Z.
92 * If you need to acquire the netstack list lock, either for reading or writing,
109 * Because the callbacks want the same lock for the netstack that is held by the
175 #include <sys/netstack.h>
196 * Per-netstack kstats.
215 netid_t ipdn_netid; /* netstack i
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c44 #include <sys/netstack.h>
230 * We need to be careful here. We could actually have a netstack
242 * in progress in the system for this netstack and wait for it
271 * Prevent any new netstack from calling the registered create
309 * Lookup and/or allocate a netstack for this zone.
370 * Mark this netstack as having a CREATE running so
433 * Mark this netstack as having a SHUTDOWN running so
461 * netstack.
523 * Mark this netstack as having a DESTROY running so
531 * a netstack share
[all...]

Completed in 137 milliseconds

12