system-linux: add support for configurable GRO option
[project/netifd.git] / system.h
index 19aafa418fc92d55e6d401bf656730423f65eec6..890966b26e3b14654bfcdef0ff8c9e37e03a76d5 100644 (file)
--- a/system.h
+++ b/system.h
@@ -278,6 +278,7 @@ struct device *system_if_get_parent(struct device *dev);
 bool system_if_force_external(const char *ifname);
 void system_if_apply_settings(struct device *dev, struct device_settings *s,
                              uint64_t apply_mask);
+void system_if_apply_settings_after_up(struct device *dev, struct device_settings *s);
 
 int system_add_address(struct device *dev, struct device_addr *addr);
 int system_del_address(struct device *dev, struct device_addr *addr);