Searched refs:tc_cookie (Results 1 – 8 of 8) sorted by relevance
54 struct tc_cookie *cookie = container_of(p, struct tc_cookie, rcu); in tcf_free_cookie_rcu()60 static void tcf_set_action_cookie(struct tc_cookie __rcu **old_cookie, in tcf_set_action_cookie()61 struct tc_cookie *new_cookie) in tcf_set_action_cookie()63 struct tc_cookie *old; in tcf_set_action_cookie()65 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie); in tcf_set_action_cookie()434 struct tc_cookie *user_cookie; in tcf_action_shared_attrs_size()481 struct tc_cookie *cookie; in tcf_action_dump_terse()1235 static struct tc_cookie *nla_memdup_cookie(struct nlattr **tb) in nla_memdup_cookie()1237 struct tc_cookie *c = kzalloc(sizeof(*c), GFP_KERNEL); in nla_memdup_cookie()1365 struct tc_cookie *user_cookie = NULL; in tcf_action_init_1()
3681 struct tc_cookie *user_cookie; in tcf_act_get_user_cookie()
203 fs.tc_cookie = cls->knode.handle; in cxgb4_config_knode()376 if (f->valid && f->fs.tc_cookie == cls->knode.handle) { in cxgb4_delete_knode()392 if (f->valid && f->fs.tc_cookie == cls->knode.handle) { in cxgb4_delete_knode()
329 fs->tc_cookie = cls->cookie; in cxgb4_matchall_add_filter()459 tc_port_matchall->ingress.fs[0].tc_cookie) in cxgb4_tc_matchall_destroy()
944 fs->tc_cookie = cls->cookie; in cxgb4_tc_flower_replace()
1413 u64 tc_cookie; /* Unique cookie identifying TC rules */ member
42 struct tc_cookie __rcu *user_cookie;
808 struct tc_cookie { struct
Completed in 35 milliseconds