Lines Matching refs:keys
40 struct tc_pedit_key *keys = NULL; in tcf_pedit_init() local
64 keys = kmalloc(ksize, GFP_KERNEL); in tcf_pedit_init()
65 if (keys == NULL) { in tcf_pedit_init()
79 keys = kmalloc(ksize, GFP_KERNEL); in tcf_pedit_init()
80 if (keys == NULL) in tcf_pedit_init()
88 if (keys) { in tcf_pedit_init()
90 p->tcfp_keys = keys; in tcf_pedit_init()
93 memcpy(p->tcfp_keys, parm->keys, ksize); in tcf_pedit_init()
103 struct tc_pedit_key *keys = p->tcfp_keys; in tcf_pedit_cleanup() local
104 kfree(keys); in tcf_pedit_cleanup()
192 memcpy(opt->keys, p->tcfp_keys, in tcf_pedit_dump()