Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c265 uint32_t *pgidx, in_addr_t faddr) in nat64lsn_get_pg() argument
274 idx = oldidx = ck_pr_load_32(pgidx); in nat64lsn_get_pg()
307 ck_pr_cas_32(pgidx, oldidx, idx); in nat64lsn_get_pg()
821 uint32_t *pgmask, *pgidx; in nat64lsn_expire_portgroups() local
841 pgidx = &alias->tcp_pgidx; in nat64lsn_expire_portgroups()
847 pgidx = &alias->udp_pgidx; in nat64lsn_expire_portgroups()
853 pgidx = &alias->icmp_pgidx; in nat64lsn_expire_portgroups()
862 ck_pr_cas_32(pgidx, idx, 0); in nat64lsn_expire_portgroups()