Searched refs:V_if_cloners (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_clone.c | 115 #define V_if_cloners VNET(if_cloners) macro 171 LIST_INIT(&V_if_cloners); in vnet_if_clone_init() 184 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) in if_clone_create() 195 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) in if_clone_create() 270 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) { in if_clone_destroy() 278 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) in if_clone_destroy() 375 LIST_FOREACH(ifc1, &V_if_cloners, ifc_list) in if_clone_attach() 381 LIST_INSERT_HEAD(&V_if_cloners, ifc, ifc_list); in if_clone_attach() 513 for (ifc = LIST_FIRST(&V_if_cloners), buf = outbuf; in if_clone_list() 541 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) { in if_clone_findifc()
|