Lines Matching refs:bind
97 const struct tc_action_ops *ops, int ovr, int bind, in __tcf_ipt_init() argument
121 err = tcf_idr_check_alloc(tn, &index, a, bind); in __tcf_ipt_init()
125 if (exists && bind) in __tcf_ipt_init()
130 tcf_idr_release(*a, bind); in __tcf_ipt_init()
139 tcf_idr_release(*a, bind); in __tcf_ipt_init()
146 ret = tcf_idr_create(tn, index, est, a, ops, bind, in __tcf_ipt_init()
154 if (bind)/* dont override defaults */ in __tcf_ipt_init()
158 tcf_idr_release(*a, bind); in __tcf_ipt_init()
201 tcf_idr_release(*a, bind); in __tcf_ipt_init()
207 int bind, bool rtnl_held, struct tcf_proto *tp, in tcf_ipt_init() argument
211 bind, tp); in tcf_ipt_init()
216 int bind, bool unlocked, struct tcf_proto *tp, in tcf_xt_init() argument
220 bind, tp); in tcf_xt_init()
275 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ipt_dump() argument
294 c.bindcnt = atomic_read(&ipt->tcf_bindcnt) - bind; in tcf_ipt_dump()