Home
last modified time | relevance | path

Searched refs:TCA_ACT_COOKIE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/sched/
Dact_api.c716 if (nla_put(skb, TCA_ACT_COOKIE, cookie->len, cookie->data)) { in tcf_action_dump_1()
771 c->data = nla_memdup(tb[TCA_ACT_COOKIE], GFP_KERNEL); in nla_memdup_cookie()
776 c->len = nla_len(tb[TCA_ACT_COOKIE]); in nla_memdup_cookie()
818 if (tb[TCA_ACT_COOKIE]) { in tcf_action_init_1()
819 int cklen = nla_len(tb[TCA_ACT_COOKIE]); in tcf_action_init_1()
878 if (!name && tb[TCA_ACT_COOKIE]) in tcf_action_init_1()
/Linux-v4.19/include/uapi/linux/
Dpkt_cls.h18 TCA_ACT_COOKIE, enumerator