Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_pedit.c45 struct tcf_pedit_key_ex *keys_ex; in tcf_pedit_keys_ex_parse() local
54 keys_ex = kcalloc(n, sizeof(*k), GFP_KERNEL); in tcf_pedit_keys_ex_parse()
55 if (!keys_ex) in tcf_pedit_keys_ex_parse()
58 k = keys_ex; in tcf_pedit_keys_ex_parse()
106 return keys_ex; in tcf_pedit_keys_ex_parse()
109 kfree(keys_ex); in tcf_pedit_keys_ex_parse()
114 struct tcf_pedit_key_ex *keys_ex, int n) in tcf_pedit_key_ex_dump() argument
128 if (nla_put_u16(skb, TCA_PEDIT_KEY_EX_HTYPE, keys_ex->htype) || in tcf_pedit_key_ex_dump()
129 nla_put_u16(skb, TCA_PEDIT_KEY_EX_CMD, keys_ex->cmd)) in tcf_pedit_key_ex_dump()
134 keys_ex++; in tcf_pedit_key_ex_dump()