Lines Matching defs:tp
49 struct tcf_proto *tp; member
80 static int cls_bpf_classify(struct sk_buff *skb, const struct tcf_proto *tp, in cls_bpf_classify()
141 static int cls_bpf_offload_cmd(struct tcf_proto *tp, struct cls_bpf_prog *prog, in cls_bpf_offload_cmd()
193 static int cls_bpf_offload(struct tcf_proto *tp, struct cls_bpf_prog *prog, in cls_bpf_offload()
212 static void cls_bpf_stop_offload(struct tcf_proto *tp, in cls_bpf_stop_offload()
223 static void cls_bpf_offload_update_stats(struct tcf_proto *tp, in cls_bpf_offload_update_stats()
239 static int cls_bpf_init(struct tcf_proto *tp) in cls_bpf_init()
284 static void __cls_bpf_delete(struct tcf_proto *tp, struct cls_bpf_prog *prog, in __cls_bpf_delete()
299 static int cls_bpf_delete(struct tcf_proto *tp, void *arg, bool *last, in cls_bpf_delete()
309 static void cls_bpf_destroy(struct tcf_proto *tp, bool rtnl_held, in cls_bpf_destroy()
322 static void *cls_bpf_get(struct tcf_proto *tp, u32 handle) in cls_bpf_get()
373 u32 gen_flags, const struct tcf_proto *tp) in cls_bpf_prog_from_efd()
405 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()
578 static int cls_bpf_dump(struct net *net, struct tcf_proto *tp, void *fh, in cls_bpf_dump()
644 static void cls_bpf_walk(struct tcf_proto *tp, struct tcf_walker *arg, in cls_bpf_walk()
662 static int cls_bpf_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, in cls_bpf_reoffload()