Searched refs:V_if_cloners (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/net/ |
| HD | if_clone.c | 112 #define V_if_cloners VNET(if_cloners) macro 168 LIST_INIT(&V_if_cloners); in vnet_if_clone_init() 181 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) in if_clone_create() 192 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) in if_clone_create() 259 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) { in if_clone_destroy() 267 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) in if_clone_destroy() 363 LIST_FOREACH(ifc1, &V_if_cloners, ifc_list) in if_clone_attach() 369 LIST_INSERT_HEAD(&V_if_cloners, ifc, ifc_list); in if_clone_attach() 505 for (ifc = LIST_FIRST(&V_if_cloners), buf = outbuf; in if_clone_list() 533 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) { in if_clone_findifc()
|