Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dnexthop.c114 #define V_un_ctl VNET(un_ctl) macro
156 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in nl_find_nhop()
621 if (!atomic_cmpset_ptr((uintptr_t *)&V_un_ctl, (uintptr_t)NULL, (uintptr_t)ctl)) { in vnet_init_unhops()
626 if (atomic_load_ptr(&V_un_ctl) == NULL) in vnet_init_unhops()
637 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in vnet_destroy_unhops()
642 V_un_ctl = NULL; in vnet_destroy_unhops()
887 if ((__predict_false(V_un_ctl == NULL)) && (!vnet_init_unhops())) in rtnl_handle_newnhop()
889 struct unhop_ctl *ctl = V_un_ctl; in rtnl_handle_newnhop()
968 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in rtnl_handle_delnhop()
1025 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in rtnl_handle_getnhop()
[all …]