• Home
  • Raw
  • Download

Lines Matching refs:bind

48 int tcf_hash_release(struct tc_action *a, int bind)  in tcf_hash_release()  argument
54 if (bind) in tcf_hash_release()
62 a->ops->cleanup(a, bind); in tcf_hash_release()
212 int tcf_hash_check(u32 index, struct tc_action *a, int bind) in tcf_hash_check() argument
217 if (bind) in tcf_hash_check()
238 int size, int bind) in tcf_hash_create() argument
246 if (bind) in tcf_hash_create()
410 int tcf_action_destroy(struct list_head *actions, int bind) in tcf_action_destroy() argument
416 ret = tcf_hash_release(a, bind); in tcf_action_destroy()
428 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_old() argument
430 return a->ops->dump(skb, a, bind, ref); in tcf_action_dump_old()
434 tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_1() argument
447 err = tcf_action_dump_old(skb, a, bind, ref); in tcf_action_dump_1()
460 tcf_action_dump(struct sk_buff *skb, struct list_head *actions, int bind, int ref) in tcf_action_dump() argument
470 err = tcf_action_dump_1(skb, a, bind, ref); in tcf_action_dump()
487 int bind) in tcf_action_init_1() argument
545 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, a, ovr, bind); in tcf_action_init_1()
547 err = a_o->init(net, nla, est, a, ovr, bind); in tcf_action_init_1()
570 int bind, struct list_head *actions) in tcf_action_init() argument
582 act = tcf_action_init_1(net, tb[i], est, name, ovr, bind); in tcf_action_init()
593 tcf_action_destroy(actions, bind); in tcf_action_init()
642 u16 flags, int event, int bind, int ref) in tca_get_fill() argument
661 if (tcf_action_dump(skb, actions, bind, ref) < 0) in tca_get_fill()