Lines Matching refs:tcf_proto
328 const struct tcf_proto *goto_tp;
345 const struct tcf_proto *,
347 int (*init)(struct tcf_proto*);
348 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
351 void* (*get)(struct tcf_proto*, u32 handle);
352 void (*put)(struct tcf_proto *tp, void *f);
354 struct tcf_proto*, unsigned long,
358 int (*delete)(struct tcf_proto *tp, void *arg,
361 bool (*delete_empty)(struct tcf_proto *tp);
362 void (*walk)(struct tcf_proto *tp,
364 int (*reoffload)(struct tcf_proto *tp, bool add,
367 void (*hw_add)(struct tcf_proto *tp,
369 void (*hw_del)(struct tcf_proto *tp,
380 int (*dump)(struct net*, struct tcf_proto*, void *,
384 struct tcf_proto *tp, void *fh,
403 struct tcf_proto { struct
405 struct tcf_proto __rcu *next; argument
410 const struct tcf_proto *, argument
440 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv); argument
445 struct tcf_proto __rcu *filter_chain;
491 static inline bool lockdep_tcf_proto_is_locked(struct tcf_proto *tp) in lockdep_tcf_proto_is_locked()
501 static inline bool lockdep_tcf_proto_is_locked(struct tcf_proto *tp) in lockdep_tcf_proto_is_locked()
1307 struct tcf_proto *filter_list;
1332 struct tcf_proto *tp_head);