Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/cifs/
A Dcifs_netlink.h26 CIFS_GENL_ATTR_SWN_IP, enumerator
/linux-6.3-rc2/fs/cifs/
A Dcifs_swn.c119 ret = nla_put(skb, CIFS_GENL_ATTR_SWN_IP, sizeof(struct sockaddr_storage), addr); in cifs_swn_send_register_message()
210 ret = nla_put(skb, CIFS_GENL_ATTR_SWN_IP, sizeof(struct sockaddr_storage), in cifs_swn_send_unregister_message()
573 if (info->attrs[CIFS_GENL_ATTR_SWN_IP]) { in cifs_swn_notify()
574 nla_memcpy(&addr, info->attrs[CIFS_GENL_ATTR_SWN_IP], sizeof(addr)); in cifs_swn_notify()
A Dnetlink.c20 [CIFS_GENL_ATTR_SWN_IP] = { .len = sizeof(struct sockaddr_storage) },

Completed in 5 milliseconds