Home
last modified time | relevance | path

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

/src/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c390 SET_AGE(state->timestamp); in nat64lsn_get_state6to4()
394 SET_AGE(host->timestamp); in nat64lsn_get_state6to4()
668 SET_AGE(ts); in nat64lsn_translate4()
825 SET_AGE(pg->timestamp); in nat64lsn_maintain_pg()
1066 SET_AGE(host->timestamp); in nat64lsn_alloc_host()
1185 SET_AGE(pg->timestamp); in nat64lsn_alloc_proto_pg()
1198 SET_AGE(alias->timestamp); in nat64lsn_alloc_proto_pg()
1615 SET_AGE(ts); in nat64lsn_translate6_internal()
H A Dnat64lsn.h201 #define SET_AGE(x) (x) = _CT macro