Lines Matching refs:tcf_proto
170 struct tcf_proto __rcu ** (*tcf_chain)(struct Qdisc *, unsigned long);
216 const struct tcf_proto *,
218 int (*init)(struct tcf_proto*);
219 bool (*destroy)(struct tcf_proto*, bool);
221 unsigned long (*get)(struct tcf_proto*, u32 handle);
223 struct tcf_proto*, unsigned long,
226 int (*delete)(struct tcf_proto*, unsigned long);
227 void (*walk)(struct tcf_proto*, struct tcf_walker *arg);
230 int (*dump)(struct net*, struct tcf_proto*, unsigned long,
236 struct tcf_proto { struct
238 struct tcf_proto __rcu *next; argument
241 const struct tcf_proto *, argument
407 bool tcf_destroy(struct tcf_proto *tp, bool force);
408 void tcf_destroy_chain(struct tcf_proto __rcu **fl);