OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saved_tt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/routed/
radix.c
527
struct radix_node *
saved_tt
, *top = head->rnh_treetop;
local
550
saved_tt
= tt = rn_insert(v, head, &keyduplicated, treenodes);
572
if (tt ==
saved_tt
) {
579
saved_tt
= tt; x = xx;
600
t =
saved_tt
->rn_p;
604
if (t->rn_r ==
saved_tt
) x = t->rn_l; else x = t->rn_r;
669
struct radix_node *dupedkey, *
saved_tt
, *top;
local
679
saved_tt
= tt;
711
t =
saved_tt
->rn_p;
741
if ((dupedkey =
saved_tt
->rn_dupedkey))
[
all
...]
/src/sys/net/
radix.c
604
struct radix_node *
saved_tt
, *top = head->rnh_treetop;
local
627
saved_tt
= tt = rn_insert(v, head, &keyduplicated, treenodes);
652
if (tt ==
saved_tt
) {
663
saved_tt
= tt;
684
t =
saved_tt
->rn_p;
688
if (t->rn_r ==
saved_tt
)
762
struct radix_node *dupedkey, *
saved_tt
, *top;
local
772
saved_tt
= tt;
804
t =
saved_tt
->rn_p;
834
dupedkey =
saved_tt
->rn_dupedkey
[
all
...]
Completed in 22 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026