Lines Matching refs:tcf_proto
334 const struct tcf_proto *goto_tp;
346 const struct tcf_proto *,
348 int (*init)(struct tcf_proto*);
349 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
352 void* (*get)(struct tcf_proto*, u32 handle);
353 void (*put)(struct tcf_proto *tp, void *f);
355 struct tcf_proto*, unsigned long,
359 int (*delete)(struct tcf_proto *tp, void *arg,
362 bool (*delete_empty)(struct tcf_proto *tp);
363 void (*walk)(struct tcf_proto *tp,
365 int (*reoffload)(struct tcf_proto *tp, bool add,
368 void (*hw_add)(struct tcf_proto *tp,
370 void (*hw_del)(struct tcf_proto *tp,
383 struct tcf_exts * (*get_exts)(const struct tcf_proto *tp,
387 int (*dump)(struct net*, struct tcf_proto*, void *,
391 struct tcf_proto *tp, void *fh,
410 struct tcf_proto {
412 struct tcf_proto __rcu *next;
417 const struct tcf_proto *,
426 /* Lock protects tcf_proto shared state and can be used by unlocked
446 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv);
451 struct tcf_proto __rcu *filter_chain;
496 static inline bool lockdep_tcf_proto_is_locked(struct tcf_proto *tp)
1284 struct tcf_proto *filter_list;
1309 struct tcf_proto *tp_head);