Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c1013 struct vcap_client_keyfield *ckf, *newckf; in vcap_dup_rule() local
1032 newckf = kmemdup(ckf, sizeof(*newckf), GFP_KERNEL); in vcap_dup_rule()
1033 if (!newckf) in vcap_dup_rule()
1035 list_add_tail(&newckf->ctrl.list, &duprule->data.keyfields); in vcap_dup_rule()
1048 list_for_each_entry_safe(ckf, newckf, &duprule->data.keyfields, ctrl.list) { in vcap_dup_rule()