Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/cifs/
H A Dcifs_netlink.h23 CIFS_GENL_ATTR_SWN_REGISTRATION_ID, enumerator
/openbmc/linux/fs/smb/client/
H A Dnetlink.c17 [CIFS_GENL_ATTR_SWN_REGISTRATION_ID] = { .type = NLA_U32 },
H A Dcifs_swn.c96 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()