Lines Matching refs:bind
97 const struct tc_action_ops *ops, int ovr, int bind,
121 err = tcf_idr_check_alloc(tn, &index, a, bind);
125 if (exists && bind)
130 tcf_idr_release(*a, bind);
139 tcf_idr_release(*a, bind);
146 ret = tcf_idr_create(tn, index, est, a, ops, bind,
154 if (bind)/* dont override defaults */
158 tcf_idr_release(*a, bind);
199 tcf_idr_release(*a, bind);
205 int bind, bool rtnl_held, struct tcf_proto *tp,
209 bind, tp, flags);
214 int bind, bool unlocked, struct tcf_proto *tp,
218 bind, tp, flags);
273 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind,
292 c.bindcnt = atomic_read(&ipt->tcf_bindcnt) - bind;