Home
last modified time | relevance | path

Searched refs:ar_root (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/net/
Dart.c226 entry = srp_enter(nsr, &ar->ar_root); in art_match()
289 entry = srp_enter(nsr, &ar->ar_root); in art_lookup()
348 at = srp_get_locked(&ar->ar_root); in art_insert()
354 srp_swap_locked(&ar->ar_root, at); in art_insert()
452 at = srp_get_locked(&ar->ar_root); in art_delete()
581 at = srp_get_locked(&ar->ar_root); in art_walk()
771 srp_swap_locked(&ar->ar_root, NULL); in art_table_put()
Dart.h38 struct srp ar_root; /* [l] First table */ member
Drtable.c298 if (tbl->ar_root.ref != NULL) in rtable_empty()
/openbsd/src/regress/sys/net/rtable/delete/
Dmain.c64 assert(ar->ar_root.ref == NULL); in main()
/openbsd/src/usr.bin/netstat/
Droute.c130 if (ar.ar_root.ref == NULL) in routepr()
136 node = getdefault(ar.ar_root.ref); in routepr()
140 p_table(ar.ar_root.ref); in routepr()