Lines Matching refs:bind
48 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict) in __tcf_hash_release() argument
54 if (bind) in __tcf_hash_release()
62 a->ops->cleanup(a, bind); in __tcf_hash_release()
213 int tcf_hash_check(u32 index, struct tc_action *a, int bind) in tcf_hash_check() argument
218 if (bind) in tcf_hash_check()
239 int size, int bind) in tcf_hash_create() argument
247 if (bind) in tcf_hash_create()
411 int tcf_action_destroy(struct list_head *actions, int bind) in tcf_action_destroy() argument
417 ret = __tcf_hash_release(a, bind, true); in tcf_action_destroy()
429 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_old() argument
431 return a->ops->dump(skb, a, bind, ref); in tcf_action_dump_old()
435 tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_1() argument
448 err = tcf_action_dump_old(skb, a, bind, ref); in tcf_action_dump_1()
461 tcf_action_dump(struct sk_buff *skb, struct list_head *actions, int bind, int ref) in tcf_action_dump() argument
471 err = tcf_action_dump_1(skb, a, bind, ref); in tcf_action_dump()
488 int bind) in tcf_action_init_1() argument
546 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, a, ovr, bind); in tcf_action_init_1()
548 err = a_o->init(net, nla, est, a, ovr, bind); in tcf_action_init_1()
571 int bind, struct list_head *actions) in tcf_action_init() argument
583 act = tcf_action_init_1(net, tb[i], est, name, ovr, bind); in tcf_action_init()
594 tcf_action_destroy(actions, bind); in tcf_action_init()
643 u16 flags, int event, int bind, int ref) in tca_get_fill() argument
662 if (tcf_action_dump(skb, actions, bind, ref) < 0) in tca_get_fill()