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,
379 struct tcf_exts * (*get_exts)(const struct tcf_proto *tp,
383 int (*dump)(struct net*, struct tcf_proto*, void *,
387 struct tcf_proto *tp, void *fh,
406 struct tcf_proto { struct
408 struct tcf_proto __rcu *next; argument
413 const struct tcf_proto *, argument
442 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv); argument
447 struct tcf_proto __rcu *filter_chain;
492 static inline bool lockdep_tcf_proto_is_locked(struct tcf_proto *tp) in lockdep_tcf_proto_is_locked()
1280 struct tcf_proto *filter_list;
1305 struct tcf_proto *tp_head);