Lines Matching full:bind
101 const struct tc_action_ops *ops, int ovr, int bind) in __tcf_ipt_init() argument
123 err = tcf_idr_check_alloc(tn, &index, a, bind); in __tcf_ipt_init()
127 if (exists && bind) in __tcf_ipt_init()
132 tcf_idr_release(*a, bind); in __tcf_ipt_init()
141 tcf_idr_release(*a, bind); in __tcf_ipt_init()
148 ret = tcf_idr_create(tn, index, est, a, ops, bind, in __tcf_ipt_init()
156 if (bind)/* dont override defaults */ in __tcf_ipt_init()
160 tcf_idr_release(*a, bind); in __tcf_ipt_init()
203 tcf_idr_release(*a, bind); in __tcf_ipt_init()
209 int bind, bool rtnl_held, in tcf_ipt_init() argument
213 bind); in tcf_ipt_init()
218 int bind, bool unlocked, in tcf_xt_init() argument
222 bind); in tcf_xt_init()
277 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ipt_dump() argument
296 c.bindcnt = atomic_read(&ipt->tcf_bindcnt) - bind; in tcf_ipt_dump()