Searched refs:only_marked (Results 1 – 4 of 4) sorted by relevance
18 int dhcp_pd_remove(Link *link, bool only_marked);
46 static int dhcp6_remove(Link *link, bool only_marked) { in dhcp6_remove() argument53 if (!only_marked) in dhcp6_remove()59 if (only_marked && !route_is_marked(route)) in dhcp6_remove()72 if (only_marked && !address_is_marked(address)) in dhcp6_remove()
168 int dhcp_pd_remove(Link *link, bool only_marked) { in dhcp_pd_remove() argument177 if (!only_marked) in dhcp_pd_remove()186 if (only_marked && !route_is_marked(route)) in dhcp_pd_remove()208 if (only_marked && !address_is_marked(address)) in dhcp_pd_remove()
57 static int dhcp4_remove_address_and_routes(Link *link, bool only_marked) { in dhcp4_remove_address_and_routes() argument67 if (only_marked && !route_is_marked(route)) in dhcp4_remove_address_and_routes()80 if (only_marked && !address_is_marked(address)) in dhcp4_remove_address_and_routes()