Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c385 SET_AGE(state->timestamp); in nat64lsn_get_state6to4()
667 SET_AGE(ts); in nat64lsn_translate4()
805 SET_AGE(pg->timestamp); in nat64lsn_maintain_pg()
1043 SET_AGE(host->timestamp); in nat64lsn_alloc_host()
1166 SET_AGE(pg->timestamp); in nat64lsn_alloc_proto_pg()
1176 SET_AGE(alias->timestamp); in nat64lsn_alloc_proto_pg()
1465 SET_AGE(ts); in nat64lsn_translate6_internal()
H A Dnat64lsn.h186 #define SET_AGE(x) (x) = _CT macro