Home
last modified time | relevance | path

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

/netbsd-src/sys/net/npf/
H A Dnpf_ifaddr.c91 npf_table_t *oldt; in replace_ifnet_table() local
100 oldt = npf_tableset_swap(ts, newt); in replace_ifnet_table()
105 npf_table_destroy(oldt); in replace_ifnet_table()
H A Dnpf_tableset.c199 npf_table_t *oldt = ts->ts_map[tid]; in npf_tableset_swap() local
202 KASSERT(oldt->t_id == newt->t_id); in npf_tableset_swap()
204 newt->t_refcnt = oldt->t_refcnt; in npf_tableset_swap()
205 oldt->t_refcnt = 0; in npf_tableset_swap()