Lines Matching refs:keys
44 struct tc_pedit_key *keys = NULL; in tcf_pedit_init() local
69 keys = kmalloc(ksize, GFP_KERNEL); in tcf_pedit_init()
70 if (keys == NULL) { in tcf_pedit_init()
83 keys = kmalloc(ksize, GFP_KERNEL); in tcf_pedit_init()
84 if (keys == NULL) in tcf_pedit_init()
92 if (keys) { in tcf_pedit_init()
94 p->tcfp_keys = keys; in tcf_pedit_init()
97 memcpy(p->tcfp_keys, parm->keys, ksize); in tcf_pedit_init()
107 struct tc_pedit_key *keys = p->tcfp_keys; in tcf_pedit_cleanup() local
108 kfree(keys); in tcf_pedit_cleanup()
209 memcpy(opt->keys, p->tcfp_keys, in tcf_pedit_dump()