Home
last modified time | relevance | path

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

/linux-5.19.10/net/smc/
Dsmc_clc.c131 struct nlattr *nla_ueid = info->attrs[SMC_NLA_EID_TABLE_ENTRY]; in smc_nl_add_ueid() local
134 if (!nla_ueid || nla_len(nla_ueid) != SMC_MAX_EID_LEN + 1) in smc_nl_add_ueid()
136 ueid = (char *)nla_data(nla_ueid); in smc_nl_add_ueid()
168 struct nlattr *nla_ueid = info->attrs[SMC_NLA_EID_TABLE_ENTRY]; in smc_nl_remove_ueid() local
171 if (!nla_ueid || nla_len(nla_ueid) != SMC_MAX_EID_LEN + 1) in smc_nl_remove_ueid()
173 ueid = (char *)nla_data(nla_ueid); in smc_nl_remove_ueid()