Lines Matching refs:tcf_proto
49 struct tcf_proto *tp;
80 static int cls_bpf_classify(struct sk_buff *skb, const struct tcf_proto *tp, in cls_bpf_classify()
144 static int cls_bpf_offload_cmd(struct tcf_proto *tp, struct cls_bpf_prog *prog, in cls_bpf_offload_cmd()
196 static int cls_bpf_offload(struct tcf_proto *tp, struct cls_bpf_prog *prog, in cls_bpf_offload()
215 static void cls_bpf_stop_offload(struct tcf_proto *tp, in cls_bpf_stop_offload()
226 static void cls_bpf_offload_update_stats(struct tcf_proto *tp, in cls_bpf_offload_update_stats()
242 static int cls_bpf_init(struct tcf_proto *tp) in cls_bpf_init()
287 static void __cls_bpf_delete(struct tcf_proto *tp, struct cls_bpf_prog *prog, in __cls_bpf_delete()
302 static int cls_bpf_delete(struct tcf_proto *tp, void *arg, bool *last, in cls_bpf_delete()
312 static void cls_bpf_destroy(struct tcf_proto *tp, bool rtnl_held, in cls_bpf_destroy()
325 static void *cls_bpf_get(struct tcf_proto *tp, u32 handle) in cls_bpf_get()
376 u32 gen_flags, const struct tcf_proto *tp) in cls_bpf_prog_from_efd()
408 static int cls_bpf_set_parms(struct net *net, struct tcf_proto *tp, in cls_bpf_set_parms()
459 struct tcf_proto *tp, unsigned long base, in cls_bpf_change()
581 static int cls_bpf_dump(struct net *net, struct tcf_proto *tp, void *fh, in cls_bpf_dump()
647 static void cls_bpf_walk(struct tcf_proto *tp, struct tcf_walker *arg, in cls_bpf_walk()
665 static int cls_bpf_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, in cls_bpf_reoffload()