Lines Matching refs:ovr
844 char *name, int ovr, int bind, in tcf_action_init_1() argument
916 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, &a, ovr, bind, in tcf_action_init_1()
919 err = a_o->init(net, nla, est, &a, ovr, bind, rtnl_held, in tcf_action_init_1()
956 struct nlattr *est, char *name, int ovr, int bind, in tcf_action_init() argument
972 act = tcf_action_init_1(net, tp, tb[i], est, name, ovr, bind, in tcf_action_init()
1352 struct nlmsghdr *n, u32 portid, int ovr, in tcf_action_add() argument
1360 ret = tcf_action_init(net, NULL, nla, NULL, NULL, ovr, 0, in tcf_action_add()
1369 if (ovr) in tcf_action_add()
1388 int ret = 0, ovr = 0; in tc_ctl_action() local
1414 ovr = 1; in tc_ctl_action()
1415 ret = tcf_action_add(net, tca[TCA_ACT_TAB], n, portid, ovr, in tc_ctl_action()