Searched refs:netstack_t (Results 26 - 50 of 94) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.h102 * The comment below (and for other netstack_t references) refers
117 netstack_t *sctp_ill_netstack; /* Does not have a netstack_hold */
H A Dsctp_misc.c196 netstack_t *ns;
216 * During boot time, the first netstack_t is created and
220 * return the first netstack_t (since its netstack_flags is
224 * All subsequent netstack_t creation will not have this
H A Dsctp_stack.h123 netstack_t *sctps_netstack; /* Common netstack */
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c77 netstack_t *);
79 ipha_t *, ip6_t *, uint64_t, ip_recv_attr_t *, netstack_t *);
83 static void ipsid_init(netstack_t *);
84 static void ipsid_fini(netstack_t *);
102 kstat_named_t **, netstack_t *);
104 static void ipsec_prov_update_callback_stack(uint32_t, void *, netstack_t *);
364 netstack_t *ns = ipss->ipsec_netstack;
477 boolean_t global_cleanup, netstack_t *ns)
500 ipsec_alloc_tables(int kmflag, netstack_t *ns)
588 ipsec_stack_init(netstackid_t stackid, netstack_t *n
[all...]
H A Dip_srcid.c200 netstack_t *ns)
238 boolean_t v4mapped, netstack_t *ns)
H A Dipsecesp.c134 static void *ipsecesp_stack_init(netstackid_t stackid, netstack_t *ns);
136 static void esp_send_acquire(ipsacq_t *, mblk_t *, netstack_t *);
138 static void esp_prepare_udp(netstack_t *, mblk_t *, ipha_t *);
282 netstack_t *ns;
374 netstack_t *ns = espstack->ipsecesp_netstack;
449 ipsecesp_fill_defs(sadb_x_ecomb_t *ecomb, netstack_t *ns)
510 ipsecesp_stack_init(netstackid_t stackid, netstack_t *ns)
589 netstack_t *ns;
655 netstack_t *ns = assoc->ipsa_netstack;
1051 netstack_t *n
[all...]
H A Dipsecah.c151 static void ah_send_acquire(ipsacq_t *, mblk_t *, netstack_t *);
154 static void *ipsecah_stack_init(netstackid_t stackid, netstack_t *ns);
231 netstack_t *ns;
267 netstack_t *ns = ahstack->ipsecah_netstack;
342 ipsecah_fill_defs(sadb_x_ecomb_t *ecomb, netstack_t *ns)
404 ipsecah_stack_init(netstackid_t stackid, netstack_t *ns)
482 netstack_t *ns;
695 ipsecah_algs_changed(netstack_t *ns)
739 netstack_t *ns;
784 netstack_t *n
[all...]
H A Dip2mac.c184 netstack_t *ns;
387 netstack_t *ns;
H A Dspdsock.c157 static void *spdsock_stack_init(netstackid_t stackid, netstack_t *ns);
162 static void spdsock_flush_one(ipsec_policy_head_t *, netstack_t *);
312 spdsock_stack_init(netstackid_t stackid, netstack_t *ns)
571 spdsock_flush_node(ipsec_tun_pol_t *itp, void *cookie, netstack_t *ns)
593 spdsock_flush_one(ipsec_policy_head_t *iph, netstack_t *ns)
607 netstack_t *ns = ss->spdsock_spds->spds_netstack;
1202 netstack_t *ns = ss->spdsock_spds->spds_netstack;
1300 spdsock_flip_node(ipsec_tun_pol_t *itp, void *ignoreme, netstack_t *ns)
1316 netstack_t *ns = ss->spdsock_spds->spds_netstack;
1447 netstack_t *n
[all...]
H A Dip_sadb.c581 netstack_t *ns = ipst->ips_netstack;
672 netstack_t *ns = ira->ira_ill->ill_ipst->ips_netstack;
799 netstack_t *ns = ira->ira_ill->ill_ipst->ips_netstack;
H A Dkeysock.c151 static void *keysock_stack_init(netstackid_t stackid, netstack_t *ns);
193 keysock_plumb_ipsec(netstack_t *ns)
423 keysock_stack_init(netstackid_t stackid, netstack_t *ns)
568 netstack_t *ns;
587 netstack_t *ns = keystack->keystack_netstack;
2373 keysock_extended_reg(netstack_t *ns)
2381 keysock_next_seq(netstack_t *ns)
H A Dsadb.c78 netstack_t *);
81 netstack_t *);
82 static void sadb_destroy(sadb_t *, netstack_t *);
372 netstack_t *ns)
489 netstack_t *ns)
516 sadbp_init(const char *name, sadbp_t *sp, int type, int size, netstack_t *ns)
759 sadb_flush(sadb_t *sp, netstack_t *ns)
775 sadb_destroy(sadb_t *sp, netstack_t *ns)
789 sadbp_flush(sadbp_t *spp, netstack_t *ns)
796 sadbp_destroy(sadbp_t *spp, netstack_t *n
[all...]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_cluster.c75 netstack_t *ns;
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_dev.c70 iptun_stack_init(netstackid_t stackid, netstack_t *ns)
H A Diptun.c940 uint_t n, netstack_t *ns)
967 netstack_t *ns = iptun->iptun_ns;
1096 netstack_t *ns = iptun->iptun_ns;
1220 iptun_conn_create(iptun_t *iptun, netstack_t *ns, cred_t *credp)
1371 netstack_t *ns = NULL;
1693 iptun_set_6to4relay(netstack_t *ns, ipaddr_t relay_addr)
1702 iptun_get_6to4relay(netstack_t *ns, ipaddr_t *relay_addr)
1883 netstack_t *ns = iptun->iptun_ns;
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h196 netstack_t *hks_netstack;
H A Dneti.h214 netstack_t *nts_netstack;
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c169 static void *ipnet_stack_init(netstackid_t, netstack_t *);
243 netstack_t *ns;
511 netstack_t *ns = NULL;
1182 ips = ((netstack_t *)hdr->hpo_ctx)->netstack_ipnet;
1249 ips = ((netstack_t *)hdr->hpo_ctx)->netstack_ipnet;
1425 * correct netstack_t pointer, amongst other things, later.
1587 netstack_t *ns;
1625 netstack_t *ns;
1697 ipnet_stack_init(netstackid_t stackid, netstack_t *ns)
1828 netstack_t *n
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c176 (uintptr_t)(addr + OFFSETOF(netstack_t, netstack_hook))) == -1) {
/illumos-gate/usr/src/uts/common/inet/
H A Dip6.h259 extern uint32_t ip_massage_options_v6(ip6_t *, ip6_rthdr_t *, netstack_t *);
H A Dudp_impl.h130 netstack_t *us_netstack; /* Common netstack */
H A Dipclassifier.h380 netstack_t *conn_netstack; /* Corresponds to a netstack_hold */
683 extern conn_t *ipcl_conn_create(uint32_t, int, netstack_t *);
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_stats.c484 netstack_t *ns;
563 netstack_t *ns;
/illumos-gate/usr/src/uts/common/io/
H A Dneti_stack.c43 static void *neti_stack_init(netstackid_t stackid, netstack_t *ns);
96 neti_stack_init(netstackid_t stackid, netstack_t *ns)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c87 netstack_t nss;
111 netstack_t nss;
135 netstack_t nss;
567 netstack_t nss;
570 mdb_warn("failed to read netstack_t %p", kaddr);

Completed in 4565 milliseconds

1234