Lines Matching refs:tcf_proto

310 				  const struct tcf_proto *tp,  in fl_classify()
347 static int fl_init(struct tcf_proto *tp) in fl_init()
406 static struct cls_fl_head *fl_head_dereference(struct tcf_proto *tp) in fl_head_dereference()
431 static void fl_hw_destroy_filter(struct tcf_proto *tp, struct cls_fl_filter *f, in fl_hw_destroy_filter()
446 static int fl_hw_replace_filter(struct tcf_proto *tp, in fl_hw_replace_filter()
491 static void fl_hw_update_stats(struct tcf_proto *tp, struct cls_fl_filter *f, in fl_hw_update_stats()
532 static struct tcf_exts *fl_get_exts(const struct tcf_proto *tp, u32 handle) in fl_get_exts()
541 static int __fl_delete(struct tcf_proto *tp, struct cls_fl_filter *f, in __fl_delete()
582 static void fl_destroy(struct tcf_proto *tp, bool rtnl_held, in fl_destroy()
603 static void fl_put(struct tcf_proto *tp, void *arg) in fl_put()
610 static void *fl_get(struct tcf_proto *tp, u32 handle) in fl_get()
2088 static int fl_set_parms(struct net *net, struct tcf_proto *tp, in fl_set_parms()
2150 struct tcf_proto *tp, unsigned long base, in fl_change()
2354 static int fl_delete(struct tcf_proto *tp, void *arg, bool *last, in fl_delete()
2369 static void fl_walk(struct tcf_proto *tp, struct tcf_walker *arg, in fl_walk()
2400 fl_get_next_hw_filter(struct tcf_proto *tp, struct cls_fl_filter *f, bool add) in fl_get_next_hw_filter()
2424 static int fl_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, in fl_reoffload()
2486 static void fl_hw_add(struct tcf_proto *tp, void *type_data) in fl_hw_add()
2498 static void fl_hw_del(struct tcf_proto *tp, void *type_data) in fl_hw_del()
3295 static int fl_dump(struct net *net, struct tcf_proto *tp, void *fh, in fl_dump()
3353 static int fl_terse_dump(struct net *net, struct tcf_proto *tp, void *fh, in fl_terse_dump()
3428 static bool fl_delete_empty(struct tcf_proto *tp) in fl_delete_empty()