Lines Matching refs:tcf_proto
237 const struct tcf_proto *goto_tp;
254 const struct tcf_proto *,
256 int (*init)(struct tcf_proto*);
257 void (*destroy)(struct tcf_proto *tp,
260 void* (*get)(struct tcf_proto*, u32 handle);
262 struct tcf_proto*, unsigned long,
266 int (*delete)(struct tcf_proto *tp, void *arg,
269 void (*walk)(struct tcf_proto*, struct tcf_walker *arg);
270 int (*reoffload)(struct tcf_proto *tp, bool add,
281 int (*dump)(struct net*, struct tcf_proto*, void *,
290 struct tcf_proto { struct
292 struct tcf_proto __rcu *next; argument
297 const struct tcf_proto *, argument
317 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv); argument
320 struct tcf_proto __rcu *filter_chain;
1098 struct tcf_proto *filter_list;
1122 struct tcf_proto *tp_head);