OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/npf/
npf_ifaddr.c
91
npf_table_t *
oldt
;
local
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
202
KASSERT(
oldt
->t_id == newt->t_id);
204
newt->t_refcnt =
oldt
->t_refcnt;
205
oldt
->t_refcnt = 0;
Completed in 16 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026