Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dnexthop.c101 struct unhop_ctl { struct
113 VNET_DEFINE_STATIC(struct unhop_ctl *, un_ctl) = NULL;
116 static void consider_resize(struct unhop_ctl *ctl, uint32_t new_size);
156 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in nl_find_nhop()
254 nl_find_base_unhop(struct unhop_ctl *ctl, uint32_t uidx) in nl_find_base_unhop()
356 find_spare_uidx(struct unhop_ctl *ctl) in find_spare_uidx()
506 delete_unhop(struct unhop_ctl *ctl, struct nlmsghdr *hdr, uint32_t uidx) in delete_unhop()
575 consider_resize(struct unhop_ctl *ctl, uint32_t new_size) in consider_resize()
608 struct unhop_ctl *ctl = malloc(sizeof(struct unhop_ctl), M_NETLINK, in vnet_init_unhops()
637 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in vnet_destroy_unhops()
[all …]