Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/cifs/
Dcifs_netlink.h23 CIFS_GENL_ATTR_SWN_REGISTRATION_ID, enumerator
/Linux-v6.1/fs/cifs/
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()
Dnetlink.c17 [CIFS_GENL_ATTR_SWN_REGISTRATION_ID] = { .type = NLA_U32 },