Lines Matching refs:tcf_proto
351 const struct tcf_proto *goto_tp;
362 const struct tcf_proto *,
364 int (*init)(struct tcf_proto*);
365 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
368 void* (*get)(struct tcf_proto*, u32 handle);
369 void (*put)(struct tcf_proto *tp, void *f);
371 struct tcf_proto*, unsigned long,
375 int (*delete)(struct tcf_proto *tp, void *arg,
378 bool (*delete_empty)(struct tcf_proto *tp);
379 void (*walk)(struct tcf_proto *tp,
381 int (*reoffload)(struct tcf_proto *tp, bool add,
384 void (*hw_add)(struct tcf_proto *tp,
386 void (*hw_del)(struct tcf_proto *tp,
399 struct tcf_exts * (*get_exts)(const struct tcf_proto *tp,
403 int (*dump)(struct net*, struct tcf_proto*, void *,
407 struct tcf_proto *tp, void *fh,
426 struct tcf_proto { struct
428 struct tcf_proto __rcu *next; argument
433 const struct tcf_proto *, argument
467 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv); argument
472 struct tcf_proto __rcu *filter_chain;
521 static inline bool lockdep_tcf_proto_is_locked(struct tcf_proto *tp) in lockdep_tcf_proto_is_locked()
1456 struct tcf_proto *filter_list;
1481 struct tcf_proto *tp_head);