Lines Matching refs:bind
56 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict) in __tcf_hash_release() argument
62 if (bind) in __tcf_hash_release()
70 a->ops->cleanup(a, bind); in __tcf_hash_release()
221 int tcf_hash_check(u32 index, struct tc_action *a, int bind) in tcf_hash_check() argument
226 if (bind) in tcf_hash_check()
247 int size, int bind, bool cpustats) in tcf_hash_create() argument
256 if (bind) in tcf_hash_create()
429 int tcf_action_destroy(struct list_head *actions, int bind) in tcf_action_destroy() argument
435 ret = __tcf_hash_release(a, bind, true); in tcf_action_destroy()
447 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_old() argument
449 return a->ops->dump(skb, a, bind, ref); in tcf_action_dump_old()
453 tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_1() argument
466 err = tcf_action_dump_old(skb, a, bind, ref); in tcf_action_dump_1()
479 tcf_action_dump(struct sk_buff *skb, struct list_head *actions, int bind, int ref) in tcf_action_dump() argument
489 err = tcf_action_dump_1(skb, a, bind, ref); in tcf_action_dump()
506 int bind) in tcf_action_init_1() argument
564 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, a, ovr, bind); in tcf_action_init_1()
566 err = a_o->init(net, nla, est, a, ovr, bind); in tcf_action_init_1()
589 int bind, struct list_head *actions) in tcf_action_init() argument
601 act = tcf_action_init_1(net, tb[i], est, name, ovr, bind); in tcf_action_init()
612 tcf_action_destroy(actions, bind); in tcf_action_init()
661 u16 flags, int event, int bind, int ref) in tca_get_fill() argument
680 if (tcf_action_dump(skb, actions, bind, ref) < 0) in tca_get_fill()