Searched refs:unhop (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netlink/route/ |
H A D | nexthop.c | 99 CHT_SLIST_DEFINE(unhop, struct user_nhop); 120 static void destroy_unhop(struct user_nhop *unhop); 121 static struct nhop_object *clone_unhop(const struct user_nhop *unhop, 166 struct user_nhop *unhop; in nl_find_nhop() local 174 CHT_SLIST_FIND_BYOBJ(&ctl->un_head, unhop, &key, unhop); in nl_find_nhop() 175 if (unhop != NULL) { in nl_find_nhop() 176 struct nhop_object *nh = unhop->un_nhop; in nl_find_nhop() 187 CHT_SLIST_FIND_BYOBJ(&ctl->un_head, unhop, &key, unhop); in nl_find_nhop() 188 if (unhop == NULL) { in nl_find_nhop() 207 un_new->un_nhop = clone_unhop(unhop, fibnum, family, nh_flags); in nl_find_nhop() [all …]
|