Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c2389 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 Dvcap_api_kunit.c999 struct vcap_client_keyfield *ckf, *next_ckf; in vcap_free_ckf() local
1001 list_for_each_entry_safe(ckf, next_ckf, &rule->keyfields, ctrl.list) { in vcap_free_ckf()