Lines Matching refs:tcf_proto
341 const struct tcf_proto *goto_tp;
358 const struct tcf_proto *,
360 int (*init)(struct tcf_proto*);
361 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
364 void* (*get)(struct tcf_proto*, u32 handle);
365 void (*put)(struct tcf_proto *tp, void *f);
367 struct tcf_proto*, unsigned long,
371 int (*delete)(struct tcf_proto *tp, void *arg,
374 bool (*delete_empty)(struct tcf_proto *tp);
375 void (*walk)(struct tcf_proto *tp,
377 int (*reoffload)(struct tcf_proto *tp, bool add,
380 void (*hw_add)(struct tcf_proto *tp,
382 void (*hw_del)(struct tcf_proto *tp,
393 int (*dump)(struct net*, struct tcf_proto*, void *,
397 struct tcf_proto *tp, void *fh,
416 struct tcf_proto { struct
418 struct tcf_proto __rcu *next; argument
423 const struct tcf_proto *, argument
452 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv); argument
457 struct tcf_proto __rcu *filter_chain;
502 static inline bool lockdep_tcf_proto_is_locked(struct tcf_proto *tp) in lockdep_tcf_proto_is_locked()
1299 struct tcf_proto *filter_list;
1324 struct tcf_proto *tp_head);