Searched refs:CIFS_GENL_ATTR_SWN_REGISTRATION_ID (Results 1 – 3 of 3) sorted by relevance
23 CIFS_GENL_ATTR_SWN_REGISTRATION_ID, enumerator
17 [CIFS_GENL_ATTR_SWN_REGISTRATION_ID] = { .type = NLA_U32 },
96 ret = nla_put_u32(skb, CIFS_GENL_ATTR_SWN_REGISTRATION_ID, swnreg->id); in cifs_swn_send_register_message()198 ret = nla_put_u32(skb, CIFS_GENL_ATTR_SWN_REGISTRATION_ID, swnreg->id); in cifs_swn_send_unregister_message()528 if (info->attrs[CIFS_GENL_ATTR_SWN_REGISTRATION_ID]) { in cifs_swn_notify()531 swnreg_id = nla_get_u32(info->attrs[CIFS_GENL_ATTR_SWN_REGISTRATION_ID]); in cifs_swn_notify()