Lines Matching refs:tcf_proto
22 int (*fn)(struct tcf_proto *, void *node, struct tcf_walker *);
38 struct tcf_proto __rcu *filter_chain;
50 struct tcf_proto *tcf_get_next_proto(struct tcf_chain *chain,
51 struct tcf_proto *tp);
54 struct tcf_proto __rcu **p_filter_chain, struct Qdisc *q,
81 const struct tcf_proto *tp, struct tcf_result *res,
97 struct tcf_proto __rcu **p_filter_chain, struct Qdisc *q, in tcf_block_get()
141 const struct tcf_proto *tp, in tcf_classify()
167 tcf_bind_filter(struct tcf_proto *tp, struct tcf_result *r, unsigned long base) in tcf_bind_filter()
191 tcf_unbind_filter(struct tcf_proto *tp, struct tcf_result *r) in tcf_unbind_filter()
320 int tcf_exts_validate(struct net *net, struct tcf_proto *tp,
437 int tcf_em_tree_validate(struct tcf_proto *, struct nlattr *,
541 int tc_setup_cb_add(struct tcf_block *block, struct tcf_proto *tp,
544 int tc_setup_cb_replace(struct tcf_block *block, struct tcf_proto *tp,
549 int tc_setup_cb_destroy(struct tcf_block *block, struct tcf_proto *tp,
552 int tc_setup_cb_reoffload(struct tcf_block *block, struct tcf_proto *tp,
698 const struct tcf_proto *tp, u32 flags, in tc_cls_common_offload_init()