Home
last modified time | relevance | path

Searched refs:tc_cookie (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/net/sched/
Dact_api.c53 struct tc_cookie *cookie = container_of(p, struct tc_cookie, rcu); in tcf_free_cookie_rcu()
59 static void tcf_set_action_cookie(struct tc_cookie __rcu **old_cookie, in tcf_set_action_cookie()
60 struct tc_cookie *new_cookie) in tcf_set_action_cookie()
62 struct tc_cookie *old; in tcf_set_action_cookie()
64 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie); in tcf_set_action_cookie()
440 struct tc_cookie *act_cookie; in tcf_action_shared_attrs_size()
487 struct tc_cookie *cookie; in tcf_action_dump_terse()
1239 static struct tc_cookie *nla_memdup_cookie(struct nlattr **tb) in nla_memdup_cookie()
1241 struct tc_cookie *c = kzalloc(sizeof(*c), GFP_KERNEL); in nla_memdup_cookie()
1371 struct tc_cookie *cookie = NULL; in tcf_action_init_1()
Dcls_api.c3472 struct tc_cookie *cookie; in tcf_act_get_cookie()
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32.c203 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()
Dcxgb4_tc_matchall.c329 fs->tc_cookie = cls->cookie; in cxgb4_matchall_add_filter()
459 tc_port_matchall->ingress.fs[0].tc_cookie) in cxgb4_tc_matchall_destroy()
Dcxgb4_tc_flower.c944 fs->tc_cookie = cls->cookie; in cxgb4_tc_flower_replace()
Dcxgb4.h1415 u64 tc_cookie; /* Unique cookie identifying TC rules */ member
/Linux-v6.1/include/net/
Dact_api.h42 struct tc_cookie __rcu *act_cookie;
Dpkt_cls.h804 struct tc_cookie { struct