| /xnu-12377.1.9/bsd/net/ |
| H A D | if_var.h | 81 #define NET_KT_DEFAULT KT_PRIV_ACCT macro 83 #define NET_KT_DEFAULT KT_DEFAULT macro
|
| H A D | if_llreach.c | 138 static KALLOC_TYPE_DEFINE(iflr_zone, struct if_llreach, NET_KT_DEFAULT);
|
| H A D | packet_mangler.c | 115 static KALLOC_TYPE_DEFINE(packet_mangler_zone, struct packet_mangler, NET_KT_DEFAULT);
|
| H A D | if_ports_used.c | 219 static KALLOC_TYPE_DEFINE(net_port_entry_zone, struct net_port_entry, NET_KT_DEFAULT);
|
| H A D | content_filter.c | 408 static KALLOC_TYPE_DEFINE(content_filter_zone, struct content_filter, NET_KT_DEFAULT); 554 static KALLOC_TYPE_DEFINE(cfil_info_zone, struct cfil_info, NET_KT_DEFAULT);
|
| H A D | if_utun.c | 300 static KALLOC_TYPE_DEFINE(utun_pcb_zone, struct utun_pcb, NET_KT_DEFAULT);
|
| H A D | if_ipsec.c | 281 static KALLOC_TYPE_DEFINE(ipsec_pcb_zone, struct ipsec_pcb, NET_KT_DEFAULT);
|
| /xnu-12377.1.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 | 182 struct nd6_prproxy_prelist, NET_KT_DEFAULT); /* nd6_prproxy_prelist zone */ 185 struct nd6_prproxy_solsrc, NET_KT_DEFAULT); /* nd6_prproxy_solsrc zone */ 188 struct nd6_prproxy_soltgt, NET_KT_DEFAULT); /* nd6_prproxy_soltgt zone */
|
| H A D | in6_mcast.c | 204 static KALLOC_TYPE_DEFINE(imm_zone, struct in6_multi_mship, NET_KT_DEFAULT); 205 static KALLOC_TYPE_DEFINE(ip6ms_zone, struct ip6_msource, NET_KT_DEFAULT); 206 static KALLOC_TYPE_DEFINE(in6ms_zone, struct in6_msource, NET_KT_DEFAULT);
|
| H A D | nd6_nbr.c | 1671 static KALLOC_TYPE_DEFINE(dad_zone, struct dadq, NET_KT_DEFAULT);
|
| H A D | mld6.c | 264 static KALLOC_TYPE_DEFINE(mli_zone, struct mld_ifinfo, NET_KT_DEFAULT);
|
| H A D | nd6_rtr.c | 204 static KALLOC_TYPE_DEFINE(ndprtr_zone, struct nd_pfxrouter, NET_KT_DEFAULT);
|
| H A D | nd6.c | 252 static KALLOC_TYPE_DEFINE(llinfo_nd6_zone, struct llinfo_nd6, NET_KT_DEFAULT);
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | tracker.c | 150 struct tracker_hash_entry, NET_KT_DEFAULT); 153 struct tracker_hash_entry_short, NET_KT_DEFAULT);
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | tcp_sack.c | 115 static KALLOC_TYPE_DEFINE(sack_hole_zone, struct sackhole, NET_KT_DEFAULT);
|
| H A D | tcp_subr.c | 256 static KALLOC_TYPE_DEFINE(tcp_bwmeas_zone, struct bwmeas, NET_KT_DEFAULT); 257 KALLOC_TYPE_DEFINE(tcp_reass_zone, struct tseg_qent, NET_KT_DEFAULT); 258 KALLOC_TYPE_DEFINE(tcp_rxt_seg_zone, struct tcp_rxt_seg, NET_KT_DEFAULT); 259 KALLOC_TYPE_DEFINE(tcp_seg_sent_zone, struct tcp_seg_sent, NET_KT_DEFAULT); 298 static KALLOC_TYPE_DEFINE(tcpcbzone, struct inp_tp, NET_KT_DEFAULT);
|
| H A D | raw_ip.c | 134 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 | 138 static KALLOC_TYPE_DEFINE(mptsub_zone, struct mptsub, NET_KT_DEFAULT); 139 static KALLOC_TYPE_DEFINE(mptopt_zone, struct mptopt, NET_KT_DEFAULT); 141 NET_KT_DEFAULT);
|
| H A D | flow_divert.c | 158 NET_KT_DEFAULT); 160 NET_KT_DEFAULT);
|
| H A D | igmp.c | 316 static KALLOC_TYPE_DEFINE(igi_zone, struct igmp_ifinfo, NET_KT_DEFAULT);
|
| H A D | udp_usrreq.c | 160 static KALLOC_TYPE_DEFINE(inpcbzone, struct inpcb, NET_KT_DEFAULT);
|
| /xnu-12377.1.9/bsd/net/classq/ |
| H A D | classq_subr.c | 85 static KALLOC_TYPE_DEFINE(ifcq_zone, struct ifclassq, NET_KT_DEFAULT);
|
| /xnu-12377.1.9/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 83 static KALLOC_TYPE_DEFINE(fq_if_zone, fq_if_t, NET_KT_DEFAULT); 84 static KALLOC_TYPE_DEFINE(fq_if_grp_zone, fq_if_group_t, NET_KT_DEFAULT);
|