Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_pedit.c40 struct tcf_pedit_key_ex *keys_ex; in tcf_pedit_keys_ex_parse() local
49 keys_ex = kcalloc(n, sizeof(*k), GFP_KERNEL); in tcf_pedit_keys_ex_parse()
50 if (!keys_ex) in tcf_pedit_keys_ex_parse()
53 k = keys_ex; in tcf_pedit_keys_ex_parse()
98 return keys_ex; in tcf_pedit_keys_ex_parse()
101 kfree(keys_ex); in tcf_pedit_keys_ex_parse()
106 struct tcf_pedit_key_ex *keys_ex, int n) in tcf_pedit_key_ex_dump() argument
120 if (nla_put_u16(skb, TCA_PEDIT_KEY_EX_HTYPE, keys_ex->htype) || in tcf_pedit_key_ex_dump()
121 nla_put_u16(skb, TCA_PEDIT_KEY_EX_CMD, keys_ex->cmd)) in tcf_pedit_key_ex_dump()
126 keys_ex++; in tcf_pedit_key_ex_dump()
[all …]