Lines Matching full:bind
103 int bind, bool rtnl_held, struct tcf_proto *tp,
164 int bind, bool cpustats, u32 flags);
167 const struct tc_action_ops *ops, int bind,
171 struct tc_action **a, int bind);
172 int __tcf_idr_release(struct tc_action *a, bool bind, bool strict);
174 static inline int tcf_idr_release(struct tc_action *a, bool bind) in tcf_idr_release() argument
176 return __tcf_idr_release(a, bind, false); in tcf_idr_release()
182 int tcf_action_destroy(struct tc_action *actions[], int bind);
186 struct nlattr *est, char *name, int ovr, int bind,
191 char *name, int ovr, int bind,
194 int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], int bind,