Lines Matching full:bind
98 bool bind = flags & TCA_ACT_FLAGS_BIND; in __tcf_ipt_init() local
119 err = tcf_idr_check_alloc(tn, &index, a, bind); in __tcf_ipt_init()
123 if (exists && bind) in __tcf_ipt_init()
128 tcf_idr_release(*a, bind); in __tcf_ipt_init()
137 tcf_idr_release(*a, bind); in __tcf_ipt_init()
144 ret = tcf_idr_create(tn, index, est, a, ops, bind, in __tcf_ipt_init()
152 if (bind)/* dont override defaults */ in __tcf_ipt_init()
156 tcf_idr_release(*a, bind); in __tcf_ipt_init()
197 tcf_idr_release(*a, bind); in __tcf_ipt_init()
271 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ipt_dump() argument
290 c.bindcnt = atomic_read(&ipt->tcf_bindcnt) - bind; in tcf_ipt_dump()