Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c156 #define NAT64_BIT_STALE 7 /* state is going to be expired */ macro
164 #define NAT64_FLAG_STALE (1 << NAT64_BIT_STALE)
713 if (ISSET32(state->flags, NAT64_BIT_STALE)) in nat64lsn_check_state()
770 if (ISSET32(state->flags, NAT64_BIT_STALE)) { in nat64lsn_maintain_pg()
793 ck_pr_bts_32(&state->flags, NAT64_BIT_STALE); in nat64lsn_maintain_pg()