Lines Matching defs:tcf_proto
348 const struct tcf_proto *goto_tp;
359 const struct tcf_proto *,
361 int (*init)(struct tcf_proto*);
362 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
365 void* (*get)(struct tcf_proto*, u32 handle);
366 void (*put)(struct tcf_proto *tp, void *f);
368 struct tcf_proto*, unsigned long,
372 int (*delete)(struct tcf_proto *tp, void *arg,
375 bool (*delete_empty)(struct tcf_proto *tp);
376 void (*walk)(struct tcf_proto *tp,
378 int (*reoffload)(struct tcf_proto *tp, bool add,
381 void (*hw_add)(struct tcf_proto *tp,
383 void (*hw_del)(struct tcf_proto *tp,
396 struct tcf_exts * (*get_exts)(const struct tcf_proto *tp,
400 int (*dump)(struct net*, struct tcf_proto*, void *,
404 struct tcf_proto *tp, void *fh,
423 struct tcf_proto {
425 struct tcf_proto __rcu *next;
430 const struct tcf_proto *,
439 /* Lock protects tcf_proto shared state and can be used by unlocked
464 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv);
469 struct tcf_proto __rcu *filter_chain;
518 static inline bool lockdep_tcf_proto_is_locked(struct tcf_proto *tp)
1391 struct tcf_proto *filter_list;
1416 struct tcf_proto *tp_head);