Searched refs:V_if_cloners (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/sys/net/ |
| D | if_clone.c | 110 #define V_if_cloners VNET(if_cloners) macro 168 LIST_INIT(&V_if_cloners); in vnet_if_clone_init() 188 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) in if_clone_create() 199 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) in if_clone_create() 266 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) { in if_clone_destroy() 274 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) in if_clone_destroy() 370 LIST_FOREACH(ifc1, &V_if_cloners, ifc_list) in if_clone_attach() 376 LIST_INSERT_HEAD(&V_if_cloners, ifc, ifc_list); in if_clone_attach() 512 for (ifc = LIST_FIRST(&V_if_cloners), buf = outbuf; in if_clone_list() 540 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) { in if_clone_findifc()
|