Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_clone.c134 #define V_if_cloners VNET(if_cloners) macro
190 LIST_INIT(&V_if_cloners); in vnet_if_clone_init()
345 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) { in ifc_find_cloner_match()
360 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) { in ifc_find_cloner()
508 LIST_FOREACH(ifc1, &V_if_cloners, ifc_list) in if_clone_attach()
514 LIST_INSERT_HEAD(&V_if_cloners, ifc, ifc_list); in if_clone_attach()
731 for (ifc = LIST_FIRST(&V_if_cloners), buf = outbuf; in if_clone_list()
765 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) { in if_clone_restoregroup()
778 LIST_FOREACH(ifc, &V_if_cloners, ifc_list) in if_clone_restoregroup()