Lines Matching refs:tcf_proto
332 const struct tcf_proto *goto_tp;
349 const struct tcf_proto *,
351 int (*init)(struct tcf_proto*);
352 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
355 void* (*get)(struct tcf_proto*, u32 handle);
356 void (*put)(struct tcf_proto *tp, void *f);
358 struct tcf_proto*, unsigned long,
362 int (*delete)(struct tcf_proto *tp, void *arg,
365 bool (*delete_empty)(struct tcf_proto *tp);
366 void (*walk)(struct tcf_proto *tp,
368 int (*reoffload)(struct tcf_proto *tp, bool add,
371 void (*hw_add)(struct tcf_proto *tp,
373 void (*hw_del)(struct tcf_proto *tp,
384 int (*dump)(struct net*, struct tcf_proto*, void *,
388 struct tcf_proto *tp, void *fh,
407 struct tcf_proto { struct
409 struct tcf_proto __rcu *next; argument
414 const struct tcf_proto *, argument
445 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv); argument
450 struct tcf_proto __rcu *filter_chain;
495 static inline bool lockdep_tcf_proto_is_locked(struct tcf_proto *tp) in lockdep_tcf_proto_is_locked()
1313 struct tcf_proto *filter_list;
1338 struct tcf_proto *tp_head);