diff options
Diffstat (limited to 'net/sched/act_api.c')
-rw-r--r-- | net/sched/act_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sched/act_api.c b/net/sched/act_api.c index aed6cf2e9fd8..f2e9ed34a963 100644 --- a/net/sched/act_api.c +++ b/net/sched/act_api.c | |||
@@ -835,7 +835,7 @@ out_nlmsg_trim: | |||
835 | } | 835 | } |
836 | 836 | ||
837 | static int | 837 | static int |
838 | act_get_notify(struct net *net, u32 portid, struct nlmsghdr *n, | 838 | tcf_get_notify(struct net *net, u32 portid, struct nlmsghdr *n, |
839 | struct list_head *actions, int event) | 839 | struct list_head *actions, int event) |
840 | { | 840 | { |
841 | struct sk_buff *skb; | 841 | struct sk_buff *skb; |
@@ -1018,7 +1018,7 @@ tca_action_gd(struct net *net, struct nlattr *nla, struct nlmsghdr *n, | |||
1018 | } | 1018 | } |
1019 | 1019 | ||
1020 | if (event == RTM_GETACTION) | 1020 | if (event == RTM_GETACTION) |
1021 | ret = act_get_notify(net, portid, n, &actions, event); | 1021 | ret = tcf_get_notify(net, portid, n, &actions, event); |
1022 | else { /* delete */ | 1022 | else { /* delete */ |
1023 | ret = tcf_del_notify(net, n, &actions, portid); | 1023 | ret = tcf_del_notify(net, n, &actions, portid); |
1024 | if (ret) | 1024 | if (ret) |