Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/net/
HDif_clone.c112 #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()
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()