Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dact_api.c54 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()
A Dcls_api.c3681 struct tc_cookie *user_cookie; in tcf_act_get_user_cookie()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A 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()
A 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()
A Dcxgb4_tc_flower.c944 fs->tc_cookie = cls->cookie; in cxgb4_tc_flower_replace()
A Dcxgb4.h1413 u64 tc_cookie; /* Unique cookie identifying TC rules */ member
/linux-6.3-rc2/include/net/
A Dact_api.h42 struct tc_cookie __rcu *user_cookie;
A Dpkt_cls.h808 struct tc_cookie { struct

Completed in 35 milliseconds