Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netlink/route/
HDnexthop.c114 #define V_un_ctl VNET(un_ctl) macro
156 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in nl_find_nhop()
609 if (!atomic_cmpset_ptr((uintptr_t *)&V_un_ctl, (uintptr_t)NULL, (uintptr_t)ctl)) { in vnet_init_unhops()
614 if (atomic_load_ptr(&V_un_ctl) == NULL) in vnet_init_unhops()
625 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in vnet_destroy_unhops()
630 V_un_ctl = NULL; in vnet_destroy_unhops()
837 if ((__predict_false(V_un_ctl == NULL)) && (!vnet_init_unhops())) in rtnl_handle_newnhop()
839 struct unhop_ctl *ctl = V_un_ctl; in rtnl_handle_newnhop()
918 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in rtnl_handle_delnhop()
957 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in rtnl_handle_getnhop()