Home
last modified time | relevance | path

Searched refs:tc_cookie (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dact_api.c35 struct tc_cookie *cookie = container_of(p, struct tc_cookie, rcu); in tcf_free_cookie_rcu()
41 static void tcf_set_action_cookie(struct tc_cookie __rcu **old_cookie, in tcf_set_action_cookie()
42 struct tc_cookie *new_cookie) in tcf_set_action_cookie()
44 struct tc_cookie *old; in tcf_set_action_cookie()
46 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie); in tcf_set_action_cookie()
186 struct tc_cookie *act_cookie; in tcf_action_shared_attrs_size()
787 struct tc_cookie *cookie; in tcf_action_dump_terse()
879 static struct tc_cookie *nla_memdup_cookie(struct nlattr **tb) in nla_memdup_cookie()
881 struct tc_cookie * in nla_memdup_cookie()
[all...]
H A Dcls_api.c3468 struct tc_cookie *cookie; in tcf_act_get_cookie()
/kernel/linux/linux-6.6/net/sched/
H 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 * in nla_memdup_cookie()
[all...]
H A Dcls_api.c3694 struct tc_cookie *user_cookie; in tcf_act_get_user_cookie()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H 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()
H A Dcxgb4_tc_matchall.c281 fs->tc_cookie = cls->cookie; in cxgb4_matchall_add_filter()
411 tc_port_matchall->ingress.fs[0].tc_cookie) in cxgb4_tc_matchall_destroy()
H A Dcxgb4_tc_flower.c944 fs->tc_cookie = cls->cookie; in cxgb4_tc_flower_replace()
H A Dcxgb4.h1417 u64 tc_cookie; /* Unique cookie identifying TC rules */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H 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()
H 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()
H A Dcxgb4_tc_flower.c944 fs->tc_cookie = cls->cookie; in cxgb4_tc_flower_replace()
H A Dcxgb4.h1413 u64 tc_cookie; /* Unique cookie identifying TC rules */ member
/kernel/linux/linux-5.10/include/net/
H A Dact_api.h41 struct tc_cookie __rcu *act_cookie;
H A Dpkt_cls.h765 struct tc_cookie { struct
/kernel/linux/linux-6.6/include/net/
H A Dact_api.h42 struct tc_cookie __rcu *user_cookie;
H A Dpkt_cls.h795 struct tc_cookie { struct

Completed in 34 milliseconds