PSP_A_DEV_NSID
.maxattr = PSP_A_DEV_NSID,
.maxattr = PSP_A_DEV_NSID,
static const struct nla_policy psp_dev_assoc_nl_policy[PSP_A_DEV_NSID + 1] = {
[PSP_A_DEV_NSID] = { .type = NLA_S32, },
static const struct nla_policy psp_dev_disassoc_nl_policy[PSP_A_DEV_NSID + 1] = {
[PSP_A_DEV_NSID] = { .type = NLA_S32, },
if (info->attrs[PSP_A_DEV_NSID]) {
info->attrs[PSP_A_DEV_NSID]);
nsid = nla_get_s32(info->attrs[PSP_A_DEV_NSID]);
info->attrs[PSP_A_DEV_NSID]);