Searched refs:cloner (Results 1 – 3 of 3) sorted by relevance
126 void rtnl_iface_add_cloner(struct nl_cloner *cloner);127 void rtnl_iface_del_cloner(struct nl_cloner *cloner);
1511 rtnl_iface_add_cloner(struct nl_cloner *cloner) in rtnl_iface_add_cloner() argument1514 SLIST_INSERT_HEAD(&nl_cloners, cloner, next); in rtnl_iface_add_cloner()1519 rtnl_iface_del_cloner(struct nl_cloner *cloner) in rtnl_iface_del_cloner() argument1522 SLIST_REMOVE(&nl_cloners, cloner, nl_cloner, next); in rtnl_iface_del_cloner()
1298 struct if_clone *cloner; in tundtor() local1306 cloner = tuntap_cloner_from_flags(tp->tun_flags); in tundtor()1309 error = if_clone_destroyif(cloner, ifp); in tundtor()