Home
last modified time | relevance | path

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

/linux/net/sched/
A Dact_api.c51 struct tc_cookie *cookie = container_of(p, struct tc_cookie, rcu); in tcf_free_cookie_rcu()
57 static void tcf_set_action_cookie(struct tc_cookie __rcu **old_cookie, in tcf_set_action_cookie()
58 struct tc_cookie *new_cookie) in tcf_set_action_cookie()
60 struct tc_cookie *old; in tcf_set_action_cookie()
62 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie); in tcf_set_action_cookie()
202 struct tc_cookie *act_cookie; in tcf_action_shared_attrs_size()
249 struct tc_cookie *cookie; in tcf_action_dump_terse()
886 static struct tc_cookie *nla_memdup_cookie(struct nlattr **tb) in nla_memdup_cookie()
888 struct tc_cookie *c = kzalloc(sizeof(*c), GFP_KERNEL); in nla_memdup_cookie()
1016 struct tc_cookie *cookie = NULL; in tcf_action_init_1()
A Dcls_api.c3446 struct tc_cookie *cookie; in tcf_act_get_cookie()
/linux/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.c290 fs->tc_cookie = cls->cookie; in cxgb4_matchall_add_filter()
420 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.h1415 u64 tc_cookie; /* Unique cookie identifying TC rules */ member
/linux/include/net/
A Dact_api.h41 struct tc_cookie __rcu *act_cookie;
A Dpkt_cls.h761 struct tc_cookie { struct

Completed in 33 milliseconds