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,
144 static int cls_bpf_offload_cmd(struct tcf_proto *tp, struct cls_bpf_prog *prog,
196 static int cls_bpf_offload(struct tcf_proto *tp, struct cls_bpf_prog *prog,
215 static void cls_bpf_stop_offload(struct tcf_proto *tp,
226 static void cls_bpf_offload_update_stats(struct tcf_proto *tp,
242 static int cls_bpf_init(struct tcf_proto *tp)
287 static void __cls_bpf_delete(struct tcf_proto *tp, struct cls_bpf_prog *prog,
302 static int cls_bpf_delete(struct tcf_proto *tp, void *arg, bool *last,
312 static void cls_bpf_destroy(struct tcf_proto *tp, bool rtnl_held,
325 static void *cls_bpf_get(struct tcf_proto *tp, u32 handle)
376 u32 gen_flags, const struct tcf_proto *tp)
408 static int cls_bpf_set_parms(struct net *net, struct tcf_proto *tp,
459 struct tcf_proto *tp, unsigned long base,
581 static int cls_bpf_dump(struct net *net, struct tcf_proto *tp, void *fh,
647 static void cls_bpf_walk(struct tcf_proto *tp, struct tcf_walker *arg,
665 static int cls_bpf_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb,