Lines Matching refs:tcf_proto
100 static int u32_classify(struct sk_buff *skb, struct tcf_proto *tp, struct tcf_result *res) in u32_classify()
220 static unsigned long u32_get(struct tcf_proto *tp, u32 handle) in u32_get()
239 static void u32_put(struct tcf_proto *tp, unsigned long f) in u32_put()
255 static int u32_init(struct tcf_proto *tp) in u32_init()
300 static int u32_destroy_key(struct tcf_proto *tp, struct tc_u_knode *n) in u32_destroy_key()
315 static int u32_delete_key(struct tcf_proto *tp, struct tc_u_knode* key) in u32_delete_key()
336 static void u32_clear_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht) in u32_clear_hnode()
350 static int u32_destroy_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht) in u32_destroy_hnode()
371 static void u32_destroy(struct tcf_proto *tp) in u32_destroy()
410 static int u32_delete(struct tcf_proto *tp, unsigned long arg) in u32_delete()
493 static int u32_change(struct tcf_proto *tp, unsigned long base, u32 handle, in u32_change()
601 static void u32_walk(struct tcf_proto *tp, struct tcf_walker *arg) in u32_walk()
637 static int u32_dump(struct tcf_proto *tp, unsigned long fh, in u32_dump()