]> Git Repo - linux.git/blobdiff - include/net/fib_rules.h
net: rtnetlink: plumb extended ack to doit function
[linux.git] / include / net / fib_rules.h
index 1243b9c7694e309f49dde4a5bf38cd1387dfecb7..76c7300626d675bd70374efe45e5608c65f44f84 100644 (file)
@@ -143,6 +143,8 @@ int fib_default_rule_add(struct fib_rules_ops *, u32 pref, u32 table,
                         u32 flags);
 bool fib_rule_matchall(const struct fib_rule *rule);
 
-int fib_nl_newrule(struct sk_buff *skb, struct nlmsghdr *nlh);
-int fib_nl_delrule(struct sk_buff *skb, struct nlmsghdr *nlh);
+int fib_nl_newrule(struct sk_buff *skb, struct nlmsghdr *nlh,
+                  struct netlink_ext_ack *extack);
+int fib_nl_delrule(struct sk_buff *skb, struct nlmsghdr *nlh,
+                  struct netlink_ext_ack *extack);
 #endif
This page took 0.032187 seconds and 4 git commands to generate.