Lines Matching refs:tcf_proto
71 struct tcf_proto *tp;
113 static int u32_classify(struct sk_buff *skb, const struct tcf_proto *tp, in u32_classify()
298 static void *u32_get(struct tcf_proto *tp, u32 handle) in u32_get()
331 static void *tc_u_common_ptr(const struct tcf_proto *tp) in tc_u_common_ptr()
347 static unsigned int tc_u_hash(const struct tcf_proto *tp) in tc_u_hash()
352 static struct tc_u_common *tc_u_common_find(const struct tcf_proto *tp) in tc_u_common_find()
365 static int u32_init(struct tcf_proto *tp) in u32_init()
407 static int u32_destroy_key(struct tcf_proto *tp, struct tc_u_knode *n, in u32_destroy_key()
463 static int u32_delete_key(struct tcf_proto *tp, struct tc_u_knode *key) in u32_delete_key()
488 static void u32_clear_hw_hnode(struct tcf_proto *tp, struct tc_u_hnode *h, in u32_clear_hw_hnode()
503 static int u32_replace_hw_hnode(struct tcf_proto *tp, struct tc_u_hnode *h, in u32_replace_hw_hnode()
532 static void u32_remove_hw_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_remove_hw_knode()
546 static int u32_replace_hw_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_replace_hw_knode()
586 static void u32_clear_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht, in u32_clear_hnode()
607 static int u32_destroy_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht, in u32_destroy_hnode()
646 static void u32_destroy(struct tcf_proto *tp, struct netlink_ext_ack *extack) in u32_destroy()
679 static int u32_delete(struct tcf_proto *tp, void *arg, bool *last, in u32_delete()
770 static int u32_set_parms(struct net *net, struct tcf_proto *tp, in u32_set_parms()
824 static void u32_replace_knode(struct tcf_proto *tp, struct tc_u_common *tp_c, in u32_replace_knode()
851 static struct tc_u_knode *u32_init_knode(struct tcf_proto *tp, in u32_init_knode()
906 struct tcf_proto *tp, unsigned long base, u32 handle, in u32_change()
1170 static void u32_walk(struct tcf_proto *tp, struct tcf_walker *arg) in u32_walk()
1210 static int u32_reoffload_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht, in u32_reoffload_hnode()
1230 static int u32_reoffload_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_reoffload_knode()
1271 static int u32_reoffload(struct tcf_proto *tp, bool add, tc_setup_cb_t *cb, in u32_reoffload()
1326 static int u32_dump(struct net *net, struct tcf_proto *tp, void *fh, in u32_dump()