Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dact_pedit.c41 struct tcf_pedit_key_ex *keys_ex; in tcf_pedit_keys_ex_parse() local
50 keys_ex = kcalloc(n, sizeof(*k), GFP_KERNEL); in tcf_pedit_keys_ex_parse()
51 if (!keys_ex) in tcf_pedit_keys_ex_parse()
54 k = keys_ex; in tcf_pedit_keys_ex_parse()
99 return keys_ex; in tcf_pedit_keys_ex_parse()
102 kfree(keys_ex); in tcf_pedit_keys_ex_parse()
107 struct tcf_pedit_key_ex *keys_ex, int n) in tcf_pedit_key_ex_dump()
121 if (nla_put_u16(skb, TCA_PEDIT_KEY_EX_HTYPE, keys_ex->htype) || in tcf_pedit_key_ex_dump()
122 nla_put_u16(skb, TCA_PEDIT_KEY_EX_CMD, keys_ex->cmd)) in tcf_pedit_key_ex_dump()
127 keys_ex in tcf_pedit_key_ex_dump()
106 tcf_pedit_key_ex_dump(struct sk_buff *skb, struct tcf_pedit_key_ex *keys_ex, int n) tcf_pedit_key_ex_dump() argument
148 struct tcf_pedit_key_ex *keys_ex; tcf_pedit_init() local
[all...]
/kernel/linux/linux-6.6/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()
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()
113 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...]

Completed in 2 milliseconds