Lines Matching refs:tcf_proto
52 struct tcf_proto *tp;
83 static int cls_bpf_classify(struct sk_buff *skb, const struct tcf_proto *tp, in cls_bpf_classify()
147 static int cls_bpf_offload_cmd(struct tcf_proto *tp, struct cls_bpf_prog *prog, in cls_bpf_offload_cmd()
194 static int cls_bpf_offload(struct tcf_proto *tp, struct cls_bpf_prog *prog, in cls_bpf_offload()
213 static void cls_bpf_stop_offload(struct tcf_proto *tp, in cls_bpf_stop_offload()
224 static void cls_bpf_offload_update_stats(struct tcf_proto *tp, in cls_bpf_offload_update_stats()
240 static int cls_bpf_init(struct tcf_proto *tp) in cls_bpf_init()
285 static void __cls_bpf_delete(struct tcf_proto *tp, struct cls_bpf_prog *prog, in __cls_bpf_delete()
300 static int cls_bpf_delete(struct tcf_proto *tp, void *arg, bool *last, in cls_bpf_delete()
310 static void cls_bpf_destroy(struct tcf_proto *tp, in cls_bpf_destroy()
323 static void *cls_bpf_get(struct tcf_proto *tp, u32 handle) in cls_bpf_get()
374 u32 gen_flags, const struct tcf_proto *tp) in cls_bpf_prog_from_efd()
406 static int cls_bpf_set_parms(struct net *net, struct tcf_proto *tp, in cls_bpf_set_parms()
456 struct tcf_proto *tp, unsigned long base, in cls_bpf_change()
577 static int cls_bpf_dump(struct net *net, struct tcf_proto *tp, void *fh, in cls_bpf_dump()
638 static void cls_bpf_walk(struct tcf_proto *tp, struct tcf_walker *arg) in cls_bpf_walk()
655 static int cls_bpf_reoffload(struct tcf_proto *tp, bool add, tc_setup_cb_t *cb, in cls_bpf_reoffload()