OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KMALLOCS
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_compat.h
247
# define
KMALLOCS
(a, b, c) (a) = (b)malloc((c), _M_IPF, M_NOWAIT)
435
# define
KMALLOCS
(a,b,c) (a) = (b)malloc(c)
579
# if !defined(
KMALLOCS
)
580
# define
KMALLOCS
(a, b, c) (a) = (b)malloc((c), _M_IPF, M_NOWAIT)
667
# define
KMALLOCS
(a,b,c) (a) = (b)new_kmem_alloc((c), KMEM_NOSLEEP)
ip_dns_pxy.c
190
KMALLOCS
(di, dnsinfo_t *, sizeof(dnsinfo_t));
192
printf("ipf_dns_new:
KMALLOCS
(%zu) failed\n", sizeof(*di));
ip_raudio_pxy.c
65
KMALLOCS
(aps->aps_data, void *, sizeof(raudio_t));
ip_sync.c
194
KMALLOCS
(softs->synclog, synclogent_t *,
201
KMALLOCS
(softs->syncupd, syncupdent_t *,
208
KMALLOCS
(softs->syncstatetab, synclist_t **,
215
KMALLOCS
(softs->syncnattab, synclist_t **,
ip_proxy.c
439
KMALLOCS
(softp->ips_sess_tab, ap_session_t **, size);
726
KMALLOCS
(ptr, void *, ctl.apc_dsize);
1314
KMALLOCS
(ipn, ipnat_t *, size);
1401
KMALLOCS
(ipn, ipnat_t *, size);
ip_dstlist.c
510
KMALLOCS
(node, ipf_dstnode_t *, sizeof(*node) + dest.fd_name);
540
KMALLOCS
(nodes, ipf_dstnode_t **,
656
KMALLOCS
(temp, frdest_t *, size);
ip_frag.c
246
KMALLOCS
(softf->ipfr_heads, ipfr_t **,
253
KMALLOCS
(softf->ipfr_nattab, ipfr_t **,
260
KMALLOCS
(softf->ipfr_ipidtab, ipfr_t **,
ip_nat.c
391
KMALLOCS
(softn->ipf_nat_table[0], nat_t **, \
401
KMALLOCS
(softn->ipf_nat_table[1], nat_t **, \
411
KMALLOCS
(softn->ipf_nat_map_rules, ipnat_t **, \
421
KMALLOCS
(softn->ipf_nat_rdr_rules, ipnat_t **, \
431
KMALLOCS
(softn->ipf_hm_maptable, hostmap_t **, \
442
KMALLOCS
(softn->ipf_nat_stats.ns_side[0].ns_bucketlen, u_int *,
451
KMALLOCS
(softn->ipf_nat_stats.ns_side[1].ns_bucketlen, u_int *,
1039
KMALLOCS
(nt, ipnat_t *, natd->in_size);
1790
KMALLOCS
(ipn, nat_save_t *, ipns.ipn_dsize);
1949
KMALLOCS
(ipnn, nat_save_t *, ipn->ipn_dsize)
[
all
...]
ip_ipsec_pxy.c
172
KMALLOCS
(ipn, ipnat_t *, size);
ip_tftp_pxy.c
172
KMALLOCS
(ipn, ipnat_t *, size);
ip_auth.c
249
KMALLOCS
(softa->ipf_auth, frauth_t *,
256
KMALLOCS
(softa->ipf_auth_pkts, mb_t **,
ip_pptp_pxy.c
144
KMALLOCS
(ipn, ipnat_t *, size);
ip_state.c
306
KMALLOCS
(state_seed, u_long *, state_size * sizeof(*state_seed));
349
KMALLOCS
(softs->ipf_state_table,
362
KMALLOCS
(softs->ipf_state_stats.iss_bucketlen, u_int *,
5164
KMALLOCS
(newtab, ipstate_t **, newsize * sizeof(ipstate_t *));
5170
KMALLOCS
(bucketlens, u_int *, newsize * sizeof(u_int));
ip_htable.c
352
KMALLOCS
(iph->iph_table, iphtent_t **,
ip_log.c
583
KMALLOCS
(buf, char *, len);
radix_ipf.c
866
KMALLOCS
(softr->zeros, u_char *, 3 * sizeof(addrfamily_t));
fil.c
4433
KMALLOCS
(f, frentry_t *, fp->fr_size);
4657
KMALLOCS
(ptr, void *, fp->fr_dsize);
6955
KMALLOCS
(copy, ipftuneable_t *, size);
8442
KMALLOCS
(array, int *, arraysize);
Completed in 36 milliseconds
Indexes created Mon Oct 20 00:09:40 GMT 2025