Lines Matching refs:tcf_proto
281 const struct tcf_proto *goto_tp;
298 const struct tcf_proto *,
300 int (*init)(struct tcf_proto*);
301 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
304 void* (*get)(struct tcf_proto*, u32 handle);
305 void (*put)(struct tcf_proto *tp, void *f);
307 struct tcf_proto*, unsigned long,
311 int (*delete)(struct tcf_proto *tp, void *arg,
314 bool (*delete_empty)(struct tcf_proto *tp);
315 void (*walk)(struct tcf_proto *tp,
317 int (*reoffload)(struct tcf_proto *tp, bool add,
320 void (*hw_add)(struct tcf_proto *tp,
322 void (*hw_del)(struct tcf_proto *tp,
333 int (*dump)(struct net*, struct tcf_proto*, void *,
337 struct tcf_proto *tp, void *fh,
356 struct tcf_proto { struct
358 struct tcf_proto __rcu *next; argument
363 const struct tcf_proto *, argument
393 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv); argument
398 struct tcf_proto __rcu *filter_chain;
444 static inline bool lockdep_tcf_proto_is_locked(struct tcf_proto *tp) in lockdep_tcf_proto_is_locked()
454 static inline bool lockdep_tcf_proto_is_locked(struct tcf_proto *tp) in lockdep_tcf_proto_is_locked()
1253 struct tcf_proto *filter_list;
1278 struct tcf_proto *tp_head);