Searched refs:kstat_create_netstack (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dnetstack.h229 * To support kstat_create_netstack() using kstat_add_zone we need
263 extern kstat_t *kstat_create_netstack(char *, int, char *, char *, uchar_t,
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_stats.c410 ksp = kstat_create_netstack(UDP_MOD_NAME, 0, "udpstat", "net",
525 ksp = kstat_create_netstack(UDP_MOD_NAME, 0, UDP_MOD_NAME, "mib2",
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipdrop.c50 ipss->ipsec_ip_drop_kstat = kstat_create_netstack("ip", 0, "ipdrop",
61 * if the previous kstat_create_netstack failed, it will remain
H A Dipmp.c175 ksp = kstat_create_netstack("ipmp", 0, grp->gr_ifname, "net",
H A Dip6.c4859 ksp = kstat_create_netstack("ip", 0, "ip6stat", "net",
H A Dipsecah.c189 ahstack->ah_ksp = kstat_create_netstack("ipsecah", 0, "ah_stat", "net",
H A Dipsecesp.c211 * kstat_create_netstack for espstack->esp_ksp succeeds, but when it
235 espstack->esp_ksp = kstat_create_netstack("ipsecesp", 0, "esp_stat",
H A Dicmp.c5041 ksp = kstat_create_netstack("icmp", 0, "rawip", "mib2",
H A Dip.c13966 ksp = kstat_create_netstack("ip", 0, "ipstat", "net",
14036 ksp = kstat_create_netstack("ip", 0, "ip", "mib2", KSTAT_TYPE_NAMED,
14186 ksp = kstat_create_netstack("ip", 0, "icmp", "mib2", KSTAT_TYPE_NAMED,
H A Dspd.c550 ipss->ipsec_ksp = kstat_create_netstack("ip", 0, "ipsec_stat", "net",
H A Dip_if.c3809 ipst->ips_loopback_ksp = kstat_create_netstack("lo", 0,
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c308 ksp = kstat_create_netstack(SCTP_MOD_NAME, 0, "sctp", "mib2",
486 ksp = kstat_create_netstack(SCTP_MOD_NAME, 0, "sctpstat", "net",
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb.c186 ksp = kstat_create_netstack(ILB_KSTAT_MOD_NAME, 0, ILB_G_KS_NAME,
230 ksp = kstat_create_netstack(ILB_KSTAT_MOD_NAME, rule->ir_ks_instance,
259 ksp = kstat_create_netstack(ILB_KSTAT_MOD_NAME, rule->ir_ks_instance,
/illumos-gate/usr/src/uts/common/io/
H A Dneti_impl.c617 return (kstat_create_netstack(module, instance, name, class, type,
H A Dhook.c1383 hei->hei_kstatp = kstat_create_netstack(hfi->hfi_family.hf_name, 0,
2350 hi->hi_kstatp = kstat_create_netstack(hi->hi_ksname, 0,
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c510 ksp = kstat_create_netstack(TCP_MOD_NAME, stackid, TCP_MOD_NAME, "mib2",
745 ksp = kstat_create_netstack(TCP_MOD_NAME, stackid, "tcpstat", "net",
/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c85 * To support kstat_create_netstack() using kstat_zone_add we need
1140 * To support kstat_create_netstack() using kstat_zone_add we need
1146 kstat_create_netstack(char *ks_module, int ks_instance, char *ks_name, function

Completed in 390 milliseconds