| /xnu-10002.41.9/bsd/net/ |
| H A D | if_var.h | 83 #define NET_KT_DEFAULT KT_PRIV_ACCT macro 85 #define NET_KT_DEFAULT KT_DEFAULT macro
|
| H A D | if_llreach.c | 137 static KALLOC_TYPE_DEFINE(iflr_zone, struct if_llreach, NET_KT_DEFAULT);
|
| H A D | packet_mangler.c | 113 static KALLOC_TYPE_DEFINE(packet_mangler_zone, struct packet_mangler, NET_KT_DEFAULT);
|
| H A D | if_ports_used.c | 174 static KALLOC_TYPE_DEFINE(net_port_entry_zone, struct net_port_entry, NET_KT_DEFAULT);
|
| H A D | content_filter.c | 405 static KALLOC_TYPE_DEFINE(content_filter_zone, struct content_filter, NET_KT_DEFAULT); 548 static KALLOC_TYPE_DEFINE(cfil_info_zone, struct cfil_info, NET_KT_DEFAULT);
|
| H A D | if_utun.c | 281 static KALLOC_TYPE_DEFINE(utun_pcb_zone, struct utun_pcb, NET_KT_DEFAULT);
|
| H A D | dlil.c | 312 static KALLOC_TYPE_DEFINE(dlif_filt_zone, struct ifnet_filter, NET_KT_DEFAULT); 314 static KALLOC_TYPE_DEFINE(dlif_proto_zone, struct if_proto, NET_KT_DEFAULT); 528 static KALLOC_TYPE_DEFINE(ifnet_fc_zone, struct ifnet_fc_entry, NET_KT_DEFAULT);
|
| /xnu-10002.41.9/bsd/netinet6/ |
| H A D | nd6_rti.c | 44 static KALLOC_TYPE_DEFINE(ndrti_zone, struct nd_route_info, NET_KT_DEFAULT);
|
| H A D | nd6_prproxy.c | 181 struct nd6_prproxy_prelist, NET_KT_DEFAULT); /* nd6_prproxy_prelist zone */ 184 struct nd6_prproxy_solsrc, NET_KT_DEFAULT); /* nd6_prproxy_solsrc zone */ 187 struct nd6_prproxy_soltgt, NET_KT_DEFAULT); /* nd6_prproxy_soltgt zone */
|
| H A D | in6_mcast.c | 203 static KALLOC_TYPE_DEFINE(imm_zone, struct in6_multi_mship, NET_KT_DEFAULT); 204 static KALLOC_TYPE_DEFINE(ip6ms_zone, struct ip6_msource, NET_KT_DEFAULT); 205 static KALLOC_TYPE_DEFINE(in6ms_zone, struct in6_msource, NET_KT_DEFAULT);
|
| H A D | nd6_nbr.c | 1665 static KALLOC_TYPE_DEFINE(dad_zone, struct dadq, NET_KT_DEFAULT);
|
| H A D | mld6.c | 261 static KALLOC_TYPE_DEFINE(mli_zone, struct mld_ifinfo, NET_KT_DEFAULT);
|
| H A D | nd6_rtr.c | 199 static KALLOC_TYPE_DEFINE(ndprtr_zone, struct nd_pfxrouter, NET_KT_DEFAULT);
|
| /xnu-10002.41.9/bsd/kern/ |
| H A D | tracker.c | 144 struct tracker_hash_entry, NET_KT_DEFAULT); 147 struct tracker_hash_entry_short, NET_KT_DEFAULT);
|
| /xnu-10002.41.9/bsd/netinet/ |
| H A D | tcp_sack.c | 120 static KALLOC_TYPE_DEFINE(sack_hole_zone, struct sackhole, NET_KT_DEFAULT);
|
| H A D | tcp_subr.c | 260 static KALLOC_TYPE_DEFINE(tcp_bwmeas_zone, struct bwmeas, NET_KT_DEFAULT); 261 KALLOC_TYPE_DEFINE(tcp_reass_zone, struct tseg_qent, NET_KT_DEFAULT); 262 KALLOC_TYPE_DEFINE(tcp_rxt_seg_zone, struct tcp_rxt_seg, NET_KT_DEFAULT); 303 static KALLOC_TYPE_DEFINE(tcpcbzone, struct inp_tp, NET_KT_DEFAULT);
|
| H A D | raw_ip.c | 132 static KALLOC_TYPE_DEFINE(ripzone, struct inpcb, NET_KT_DEFAULT);
|
| H A D | in_mcast.c | 207 static KALLOC_TYPE_DEFINE(ipms_zone, struct ip_msource, NET_KT_DEFAULT); 208 static KALLOC_TYPE_DEFINE(inms_zone, struct in_msource, NET_KT_DEFAULT);
|
| H A D | mptcp_subr.c | 137 static KALLOC_TYPE_DEFINE(mptsub_zone, struct mptsub, NET_KT_DEFAULT); 138 static KALLOC_TYPE_DEFINE(mptopt_zone, struct mptopt, NET_KT_DEFAULT); 140 NET_KT_DEFAULT);
|
| H A D | in_arp.c | 265 static KALLOC_TYPE_DEFINE(llinfo_arp_zone, struct llinfo_arp, NET_KT_DEFAULT);
|
| H A D | flow_divert.c | 163 NET_KT_DEFAULT); 165 NET_KT_DEFAULT);
|
| H A D | igmp.c | 313 static KALLOC_TYPE_DEFINE(igi_zone, struct igmp_ifinfo, NET_KT_DEFAULT);
|
| H A D | udp_usrreq.c | 156 static KALLOC_TYPE_DEFINE(inpcbzone, struct inpcb, NET_KT_DEFAULT);
|
| /xnu-10002.41.9/bsd/net/classq/ |
| H A D | classq_subr.c | 112 static KALLOC_TYPE_DEFINE(ifcq_zone, struct ifclassq, NET_KT_DEFAULT);
|
| /xnu-10002.41.9/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 57 static KALLOC_TYPE_DEFINE(fq_if_zone, fq_if_t, NET_KT_DEFAULT); 58 static KALLOC_TYPE_DEFINE(fq_if_grp_zone, fq_if_group_t, NET_KT_DEFAULT);
|