Searched refs:M_IPFW_TBL (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c284 MALLOC_DEFINE(M_IPFW_TBL, "ipfw_tbl", "IpFw tables");
466 free(ent, M_IPFW_TBL);
670 ent = malloc(sizeof(*ent), M_IPFW_TBL, M_WAITOK | M_ZERO);
682 xent = malloc(sizeof(*xent), M_IPFW_TBL, M_WAITOK | M_ZERO);
852 free(tb->ent_ptr, M_IPFW_TBL);
1331 free(ent, M_IPFW_TBL);
1335 free(ent, M_IPFW_TBL);
1534 ent = malloc(sizeof(*ent), M_IPFW_TBL, M_WAITOK | M_ZERO);
1538 free(ent, M_IPFW_TBL);
1693 free(tb->ent_ptr, M_IPFW_TBL);
[all...]
H A Dip_fw_table.h154 MALLOC_DECLARE(M_IPFW_TBL); variable

Completed in 159 milliseconds