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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c203 fs.tc_cookie = cls->knode.handle;
376 if (f->valid && f->fs.tc_cookie == cls->knode.handle) {
392 if (f->valid && f->fs.tc_cookie == cls->knode.handle) {
H A Dcxgb4_tc_matchall.c329 fs->tc_cookie = cls->cookie;
459 tc_port_matchall->ingress.fs[0].tc_cookie)
H A Dcxgb4_tc_flower.c944 fs->tc_cookie = cls->cookie;
H A Dcxgb4.h1413 u64 tc_cookie; /* Unique cookie identifying TC rules */ member in struct:ch_filter_specification
/linux-master/net/sched/
H A Dact_api.c54 struct tc_cookie *cookie = container_of(p, struct tc_cookie, rcu);
60 static void tcf_set_action_cookie(struct tc_cookie __rcu **old_cookie,
61 struct tc_cookie *new_cookie)
63 struct tc_cookie *old;
65 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie);
434 struct tc_cookie *user_cookie;
481 struct tc_cookie *cookie;
1266 static struct tc_cookie *nla_memdup_cookie(struct nlattr **tb)
1268 struct tc_cookie *
[all...]
H A Dcls_api.c3743 struct tc_cookie *user_cookie;
/linux-master/include/net/
H A Dact_api.h42 struct tc_cookie __rcu *user_cookie;
H A Dpkt_cls.h797 struct tc_cookie { struct

Completed in 306 milliseconds