Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_pedit.c48 struct tcf_pedit_key_ex *keys_ex; in tcf_pedit_keys_ex_parse()
57 keys_ex = kzalloc_objs(*k, n); in tcf_pedit_keys_ex_parse()
58 if (!keys_ex) in tcf_pedit_keys_ex_parse()
61 k = keys_ex; in tcf_pedit_keys_ex_parse()
109 return keys_ex; in tcf_pedit_keys_ex_parse()
112 kfree(keys_ex); in tcf_pedit_keys_ex_parse()
117 struct tcf_pedit_key_ex *keys_ex, int n) in tcf_pedit_key_ex_dump()
131 if (nla_put_u16(skb, TCA_PEDIT_KEY_EX_HTYPE, keys_ex->htype) || in tcf_pedit_key_ex_dump()
132 nla_put_u16(skb, TCA_PEDIT_KEY_EX_CMD, keys_ex->cmd)) in tcf_pedit_key_ex_dump()
137 keys_ex in tcf_pedit_key_ex_dump()
47 struct tcf_pedit_key_ex *keys_ex; tcf_pedit_keys_ex_parse() local
116 tcf_pedit_key_ex_dump(struct sk_buff * skb,struct tcf_pedit_key_ex * keys_ex,int n) tcf_pedit_key_ex_dump() argument
[all...]