Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_gre.c422 RBT_HEAD(nvgre_ucast_tree, nvgre_softc);
437 RBT_PROTOTYPE(nvgre_ucast_tree, nvgre_softc, sc_uentry, nvgre_cmp_ucast);
479 struct nvgre_ucast_tree nvgre_ucast_tree = RBT_INITIALIZER(); variable
1352 return (RBT_FIND(nvgre_ucast_tree, &nvgre_ucast_tree, in nvgre_ucast_find()
3427 if (RBT_INSERT(nvgre_ucast_tree, &nvgre_ucast_tree, sc) != NULL) { in nvgre_up()
3464 RBT_REMOVE(nvgre_ucast_tree, &nvgre_ucast_tree, sc); in nvgre_up()
3513 RBT_REMOVE(nvgre_ucast_tree, &nvgre_ucast_tree, sc); in nvgre_down()
4236 RBT_GENERATE(nvgre_ucast_tree, nvgre_softc, sc_uentry, nvgre_cmp_ucast);