Home
last modified time | relevance | path

Searched refs:freemask_chunk (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c1136 pg->freemask_chunk = malloc(pg->chunks_count * in nat64lsn_alloc_proto_pg()
1138 if (pg->freemask_chunk == NULL) { in nat64lsn_alloc_proto_pg()
1146 free(pg->freemask_chunk, M_NAT64LSN); in nat64lsn_alloc_proto_pg()
1156 memset(pg->freemask_chunk, 0xff, in nat64lsn_alloc_proto_pg()
1187 free(pg->freemask_chunk, M_NAT64LSN); in nat64lsn_alloc_proto_pg()
1732 free(pg->freemask_chunk, M_NAT64LSN); in nat64lsn_destroy_pg()
H A Dnat64lsn.h82 void *freemask_chunk; member