[TCA_POLICE_RESULT]     = { .type = NLA_U32 },
 };
 
-static int tcf_act_police_locate(struct net *net, struct nlattr *nla,
-                                struct nlattr *est, struct tc_action *a,
-                                int ovr, int bind)
+static int tcf_act_police_init(struct net *net, struct nlattr *nla,
+                              struct nlattr *est, struct tc_action *a,
+                              int ovr, int bind)
 {
        int ret = 0, err;
        struct nlattr *tb[TCA_POLICE_MAX + 1];
        .owner          =       THIS_MODULE,
        .act            =       tcf_act_police,
        .dump           =       tcf_act_police_dump,
-       .init           =       tcf_act_police_locate,
+       .init           =       tcf_act_police_init,
        .walk           =       tcf_act_police_walker,
        .lookup         =       tcf_police_search,
 };