Home
last modified time | relevance | path

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

/linux-5.19.10/net/smc/
Dsmc_netlink.c29 [SMC_NLA_EID_TABLE_ENTRY] = { .type = NLA_STRING,
Dsmc_clc.c131 struct nlattr *nla_ueid = info->attrs[SMC_NLA_EID_TABLE_ENTRY]; in smc_nl_add_ueid()
168 struct nlattr *nla_ueid = info->attrs[SMC_NLA_EID_TABLE_ENTRY]; in smc_nl_remove_ueid()
196 if (nla_put_string(skb, SMC_NLA_EID_TABLE_ENTRY, ueid_str)) { in smc_nl_ueid_dumpinfo()
/linux-5.19.10/include/uapi/linux/
Dsmc.h277 SMC_NLA_EID_TABLE_ENTRY, /* string */ enumerator