HomeSort by: relevance | last modified time | path
    Searched defs:oldt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/npf/
npf_ifaddr.c 91 npf_table_t *oldt; local in function:replace_ifnet_table
100 oldt = npf_tableset_swap(ts, newt);
105 npf_table_destroy(oldt);
npf_tableset.c 199 npf_table_t *oldt = ts->ts_map[tid]; local in function:npf_tableset_swap
202 KASSERT(oldt->t_id == newt->t_id);
204 newt->t_refcnt = oldt->t_refcnt;
205 oldt->t_refcnt = 0;

Completed in 14 milliseconds