Searched refs:next_ckf (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api.c | 2389 struct vcap_client_keyfield *ckf, *next_ckf; in vcap_free_rule() local 2392 list_for_each_entry_safe(ckf, next_ckf, &ri->data.keyfields, ctrl.list) { in vcap_free_rule() 3490 struct vcap_client_keyfield *ckf, *next_ckf; in vcap_filter_rule_keys() local 3498 list_for_each_entry_safe(ckf, next_ckf, in vcap_filter_rule_keys() 3516 list_for_each_entry_safe(ckf, next_ckf, in vcap_filter_rule_keys()
|
H A D | vcap_api_kunit.c | 1002 struct vcap_client_keyfield *ckf, *next_ckf; in vcap_free_ckf() local 1004 list_for_each_entry_safe(ckf, next_ckf, &rule->keyfields, ctrl.list) { in vcap_free_ckf()
|