Home | Sort by: relevance | last modified time | path |
/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; |