Lines Matching refs:tcf_proto

301 static int fl_classify(struct sk_buff *skb, const struct tcf_proto *tp,  in fl_classify()
334 static int fl_init(struct tcf_proto *tp) in fl_init()
393 static struct cls_fl_head *fl_head_dereference(struct tcf_proto *tp) in fl_head_dereference()
418 static void fl_hw_destroy_filter(struct tcf_proto *tp, struct cls_fl_filter *f, in fl_hw_destroy_filter()
433 static int fl_hw_replace_filter(struct tcf_proto *tp, in fl_hw_replace_filter()
480 static void fl_hw_update_stats(struct tcf_proto *tp, struct cls_fl_filter *f, in fl_hw_update_stats()
526 static int __fl_delete(struct tcf_proto *tp, struct cls_fl_filter *f, in __fl_delete()
567 static void fl_destroy(struct tcf_proto *tp, bool rtnl_held, in fl_destroy()
588 static void fl_put(struct tcf_proto *tp, void *arg) in fl_put()
595 static void *fl_get(struct tcf_proto *tp, u32 handle) in fl_get()
1857 static int fl_set_parms(struct net *net, struct tcf_proto *tp, in fl_set_parms()
1918 struct tcf_proto *tp, unsigned long base, in fl_change()
2109 static int fl_delete(struct tcf_proto *tp, void *arg, bool *last, in fl_delete()
2124 static void fl_walk(struct tcf_proto *tp, struct tcf_walker *arg, in fl_walk()
2149 fl_get_next_hw_filter(struct tcf_proto *tp, struct cls_fl_filter *f, bool add) in fl_get_next_hw_filter()
2173 static int fl_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, in fl_reoffload()
2235 static void fl_hw_add(struct tcf_proto *tp, void *type_data) in fl_hw_add()
2247 static void fl_hw_del(struct tcf_proto *tp, void *type_data) in fl_hw_del()
2988 static int fl_dump(struct net *net, struct tcf_proto *tp, void *fh, in fl_dump()
3046 static int fl_terse_dump(struct net *net, struct tcf_proto *tp, void *fh, in fl_terse_dump()
3126 static bool fl_delete_empty(struct tcf_proto *tp) in fl_delete_empty()