Lines Matching refs:bind
121 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tcf_skbedit_init() local
205 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbedit_init()
209 if (exists && bind) in tcf_skbedit_init()
214 tcf_idr_release(*a, bind); in tcf_skbedit_init()
222 &act_skbedit_ops, bind, true, act_flags); in tcf_skbedit_init()
233 tcf_idr_release(*a, bind); in tcf_skbedit_init()
279 tcf_idr_release(*a, bind); in tcf_skbedit_init()
284 int bind, int ref) in tcf_skbedit_dump() argument
292 .bindcnt = atomic_read(&d->tcf_bindcnt) - bind, in tcf_skbedit_dump()
367 u32 *index_inc, bool bind, in tcf_skbedit_offload_act_setup() argument
370 if (bind) { in tcf_skbedit_offload_act_setup()