Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dart.h49 #define ASNODE(t) ((struct art_node *)((unsigned long)(t) | 1))
87 struct art_node { struct
90 struct art_node *an__gc; /* Entry on GC list */ argument
99 struct art_node *art_insert(struct art_root *, struct art_node *, const void *, argument
101 struct art_node *art_delete(struct art_root *, struct art_node *, const void *,
103 struct art_node *art_match(struct art_root *, const void *, struct srp_ref *);
104 struct art_node *art_lookup(struct art_root *, const void *, int,
107 int (*)(struct art_node *, void *), void *);
109 struct art_node *art_get(uint8_t);
110 void art_put(struct art_node *);
Dart.c41 void art_allot(struct art_table *at, int, struct art_node *,
42 struct art_node *);
46 struct art_node *art_table_insert(struct art_root *, struct art_table *,
47 int, struct art_node *);
48 struct art_node *art_table_delete(struct art_root *, struct art_table *,
49 int, struct art_node *);
53 int (*f)(struct art_node *, void *), void *);
55 struct art_node *, struct art_node *,
56 int (*f)(struct art_node *, void *), void *);
67 struct art_node *art_node_gc_list = NULL;
[all …]
Drtable.c356 int an_match(struct art_node *, const struct sockaddr *, int);
360 void rtable_mpath_insert(struct art_node *, struct rtentry *);
423 struct art_node *an; in rtable_lookup()
478 struct art_node *an; in rtable_match()
555 struct art_node *an, *prev; in rtable_insert()
658 struct art_node *an; in rtable_delete()
730 rtable_walk_helper(struct art_node *an, void *xrwc) in rtable_walk_helper()
798 struct art_node *an; in rtable_mpath_reprio()
840 rtable_mpath_insert(struct art_node *an, struct rtentry *rt) in rtable_mpath_insert()
869 an_match(struct art_node *an, const struct sockaddr *dst, int plen) in an_match()
Dif_wg.c182 struct art_node a_node;
613 struct art_node *node; in wg_aip_add()
653 struct art_node *node; in wg_aip_lookup()
666 struct art_node *node; in wg_aip_remove()
/openbsd/src/usr.bin/netstat/
Droute.c70 static struct art_node *getdefault(struct art_table *);
72 static void p_artnode(struct art_node *);
82 struct art_node *node; in routepr()
198 static struct art_node *
201 struct art_node *node; in getdefault()
222 struct art_node *next, *node; in p_table()
263 p_artnode(struct art_node *an) in p_artnode()
265 struct art_node node; in p_artnode()