Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c1003 struct vcap_client_keyfield *ckf, *newckf; in vcap_dup_rule() local
1022 newckf = kmemdup(ckf, sizeof(*newckf), GFP_KERNEL); in vcap_dup_rule()
1023 if (!newckf) in vcap_dup_rule()
1025 list_add_tail(&newckf->ctrl.list, &duprule->data.keyfields); in vcap_dup_rule()
1038 list_for_each_entry_safe(ckf, newckf, &duprule->data.keyfields, ctrl.list) { in vcap_dup_rule()