Searched refs:FREEMASK_COPY (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/netpfil/ipfw/nat64/ |
| H A D | nat64lsn_control.c | 545 #define FREEMASK_COPY(pg, n, out) (out) = *FREEMASK_CHUNK((pg), (n)) macro 547 #define FREEMASK_COPY(pg, n, out) (out) = *FREEMASK_CHUNK((pg), (n)) | \ macro 567 FREEMASK_COPY(pg, idx->chunk, freemask); in nat64lsn_export_states_v1()
|
| H A D | nat64lsn.c | 232 #define FREEMASK_COPY(pg, n, out) \ macro 254 #define FREEMASK_COPY(pg, n, out) \ macro 754 FREEMASK_COPY(pg, c, freemask); in nat64lsn_maintain_pg()
|