• Home
  • Raw
  • Download

Lines Matching refs:tcf_proto

306 static int fl_classify(struct sk_buff *skb, const struct tcf_proto *tp,  in fl_classify()
339 static int fl_init(struct tcf_proto *tp) in fl_init()
398 static struct cls_fl_head *fl_head_dereference(struct tcf_proto *tp) in fl_head_dereference()
423 static void fl_hw_destroy_filter(struct tcf_proto *tp, struct cls_fl_filter *f, in fl_hw_destroy_filter()
438 static int fl_hw_replace_filter(struct tcf_proto *tp, in fl_hw_replace_filter()
485 static void fl_hw_update_stats(struct tcf_proto *tp, struct cls_fl_filter *f, in fl_hw_update_stats()
531 static int __fl_delete(struct tcf_proto *tp, struct cls_fl_filter *f, in __fl_delete()
572 static void fl_destroy(struct tcf_proto *tp, bool rtnl_held, in fl_destroy()
593 static void fl_put(struct tcf_proto *tp, void *arg) in fl_put()
600 static void *fl_get(struct tcf_proto *tp, u32 handle) in fl_get()
1899 static int fl_set_parms(struct net *net, struct tcf_proto *tp, in fl_set_parms()
1960 struct tcf_proto *tp, unsigned long base, in fl_change()
2151 static int fl_delete(struct tcf_proto *tp, void *arg, bool *last, in fl_delete()
2166 static void fl_walk(struct tcf_proto *tp, struct tcf_walker *arg, in fl_walk()
2197 fl_get_next_hw_filter(struct tcf_proto *tp, struct cls_fl_filter *f, bool add) in fl_get_next_hw_filter()
2221 static int fl_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, in fl_reoffload()
2283 static void fl_hw_add(struct tcf_proto *tp, void *type_data) in fl_hw_add()
2295 static void fl_hw_del(struct tcf_proto *tp, void *type_data) in fl_hw_del()
3036 static int fl_dump(struct net *net, struct tcf_proto *tp, void *fh, in fl_dump()
3094 static int fl_terse_dump(struct net *net, struct tcf_proto *tp, void *fh, in fl_terse_dump()
3174 static bool fl_delete_empty(struct tcf_proto *tp) in fl_delete_empty()