Lines Matching refs:tcf_proto
278 const struct tcf_proto *goto_tp;
295 const struct tcf_proto *,
297 int (*init)(struct tcf_proto*);
298 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
301 void* (*get)(struct tcf_proto*, u32 handle);
302 void (*put)(struct tcf_proto *tp, void *f);
304 struct tcf_proto*, unsigned long,
308 int (*delete)(struct tcf_proto *tp, void *arg,
311 void (*walk)(struct tcf_proto *tp,
313 int (*reoffload)(struct tcf_proto *tp, bool add,
316 void (*hw_add)(struct tcf_proto *tp,
318 void (*hw_del)(struct tcf_proto *tp,
328 int (*dump)(struct net*, struct tcf_proto*, void *,
343 struct tcf_proto { struct
345 struct tcf_proto __rcu *next; argument
350 const struct tcf_proto *, argument
379 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv); argument
384 struct tcf_proto __rcu *filter_chain;
429 static inline bool lockdep_tcf_proto_is_locked(struct tcf_proto *tp) in lockdep_tcf_proto_is_locked()
439 static inline bool lockdep_tcf_proto_is_locked(struct tcf_proto *tp) in lockdep_tcf_proto_is_locked()
1265 struct tcf_proto *filter_list;
1289 struct tcf_proto *tp_head);