Lines Matching defs:tp
66 struct tcf_proto *tp; member
105 static int u32_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) in u32_classify()
286 static unsigned long u32_get(struct tcf_proto *tp, u32 handle) in u32_get()
320 static int u32_init(struct tcf_proto *tp) in u32_init()
356 static int u32_destroy_key(struct tcf_proto *tp, in u32_destroy_key()
404 static int u32_delete_key(struct tcf_proto *tp, struct tc_u_knode *key) in u32_delete_key()
427 static void u32_clear_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht) in u32_clear_hnode()
442 static int u32_destroy_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht) in u32_destroy_hnode()
477 static bool u32_destroy(struct tcf_proto *tp, bool force) in u32_destroy()
535 static int u32_delete(struct tcf_proto *tp, unsigned long arg) in u32_delete()
592 static int u32_set_parms(struct net *net, struct tcf_proto *tp, in u32_set_parms()
649 static void u32_replace_knode(struct tcf_proto *tp, in u32_replace_knode()
676 static struct tc_u_knode *u32_init_knode(struct tcf_proto *tp, in u32_init_knode()
726 struct tcf_proto *tp, unsigned long base, u32 handle, in u32_change()
901 static void u32_walk(struct tcf_proto *tp, struct tcf_walker *arg) in u32_walk()
941 static int u32_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in u32_dump()