Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_clc.c84 struct smc_clc_eid_entry *new_ueid, *tmp_ueid; in smc_clc_ueid_add() local
101 list_for_each_entry(tmp_ueid, &smc_clc_eid_table.list, list) { in smc_clc_ueid_add()
102 if (!memcmp(tmp_ueid->eid, ueid, SMC_MAX_EID_LEN)) { in smc_clc_ueid_add()
144 struct smc_clc_eid_entry *lst_ueid, *tmp_ueid; in smc_clc_ueid_remove() local
149 list_for_each_entry_safe(lst_ueid, tmp_ueid, &smc_clc_eid_table.list, in smc_clc_ueid_remove()
307 struct smc_clc_eid_entry *tmp_ueid; in _smc_clc_match_ueid() local
309 list_for_each_entry(tmp_ueid, &smc_clc_eid_table.list, list) { in _smc_clc_match_ueid()
310 if (!memcmp(tmp_ueid->eid, peer_ueid, SMC_MAX_EID_LEN)) in _smc_clc_match_ueid()