Lines Matching refs:bind
99 bool bind = flags & TCA_ACT_FLAGS_BIND; in __tcf_ipt_init() local
120 err = tcf_idr_check_alloc(tn, &index, a, bind); in __tcf_ipt_init()
124 if (exists && bind) in __tcf_ipt_init()
129 tcf_idr_release(*a, bind); in __tcf_ipt_init()
138 tcf_idr_release(*a, bind); in __tcf_ipt_init()
145 ret = tcf_idr_create(tn, index, est, a, ops, bind, in __tcf_ipt_init()
153 if (bind)/* dont override defaults */ in __tcf_ipt_init()
157 tcf_idr_release(*a, bind); in __tcf_ipt_init()
198 tcf_idr_release(*a, bind); in __tcf_ipt_init()
273 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ipt_dump() argument
292 c.bindcnt = atomic_read(&ipt->tcf_bindcnt) - bind; in tcf_ipt_dump()