Lines Matching refs:tcf_proto

314 				  const struct tcf_proto *tp,  in fl_classify()
351 static int fl_init(struct tcf_proto *tp) in fl_init()
410 static struct cls_fl_head *fl_head_dereference(struct tcf_proto *tp) in fl_head_dereference()
437 static void fl_hw_destroy_filter(struct tcf_proto *tp, struct cls_fl_filter *f, in fl_hw_destroy_filter()
452 static int fl_hw_replace_filter(struct tcf_proto *tp, in fl_hw_replace_filter()
497 static void fl_hw_update_stats(struct tcf_proto *tp, struct cls_fl_filter *f, in fl_hw_update_stats()
538 static struct tcf_exts *fl_get_exts(const struct tcf_proto *tp, u32 handle) in fl_get_exts()
547 static int __fl_delete(struct tcf_proto *tp, struct cls_fl_filter *f, in __fl_delete()
588 static void fl_destroy(struct tcf_proto *tp, bool rtnl_held, in fl_destroy()
609 static void fl_put(struct tcf_proto *tp, void *arg) in fl_put()
616 static void *fl_get(struct tcf_proto *tp, u32 handle) in fl_get()
2229 struct tcf_proto *tp, unsigned long base, in fl_change()
2476 static int fl_delete(struct tcf_proto *tp, void *arg, bool *last, in fl_delete()
2491 static void fl_walk(struct tcf_proto *tp, struct tcf_walker *arg, in fl_walk()
2522 fl_get_next_hw_filter(struct tcf_proto *tp, struct cls_fl_filter *f, bool add) in fl_get_next_hw_filter()
2546 static int fl_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, in fl_reoffload()
2608 static void fl_hw_add(struct tcf_proto *tp, void *type_data) in fl_hw_add()
2620 static void fl_hw_del(struct tcf_proto *tp, void *type_data) in fl_hw_del()
3468 static int fl_dump(struct net *net, struct tcf_proto *tp, void *fh, in fl_dump()
3526 static int fl_terse_dump(struct net *net, struct tcf_proto *tp, void *fh, in fl_terse_dump()
3601 static bool fl_delete_empty(struct tcf_proto *tp) in fl_delete_empty()