Lines Matching defs:tp
50 struct tcf_proto *tp; member
78 static int cls_bpf_classify(struct sk_buff *skb, const struct tcf_proto *tp, in cls_bpf_classify()
145 static int cls_bpf_init(struct tcf_proto *tp) in cls_bpf_init()
159 static void cls_bpf_delete_prog(struct tcf_proto *tp, struct cls_bpf_prog *prog) in cls_bpf_delete_prog()
180 static int cls_bpf_delete(struct tcf_proto *tp, unsigned long arg) in cls_bpf_delete()
191 static bool cls_bpf_destroy(struct tcf_proto *tp, bool force) in cls_bpf_destroy()
209 static unsigned long cls_bpf_get(struct tcf_proto *tp, u32 handle) in cls_bpf_get()
265 const struct tcf_proto *tp) in cls_bpf_prog_from_efd()
303 static int cls_bpf_modify_existing(struct net *net, struct tcf_proto *tp, in cls_bpf_modify_existing()
351 static u32 cls_bpf_grab_new_handle(struct tcf_proto *tp, in cls_bpf_grab_new_handle()
373 struct tcf_proto *tp, unsigned long base, in cls_bpf_change()
463 static int cls_bpf_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in cls_bpf_dump()
511 static void cls_bpf_walk(struct tcf_proto *tp, struct tcf_walker *arg) in cls_bpf_walk()