Searched refs:CIFS_GENL_ATTR_SWN_IP (Results 1 – 3 of 3) sorted by relevance
| /linux/include/uapi/linux/cifs/ |
| H A D | cifs_netlink.h | 26 CIFS_GENL_ATTR_SWN_IP, enumerator
|
| /linux/fs/smb/client/ |
| H A D | cifs_swn.c | 162 ret = nla_put(skb, CIFS_GENL_ATTR_SWN_IP, sizeof(struct sockaddr_storage), addr); in cifs_swn_send_register_message() 253 ret = nla_put(skb, CIFS_GENL_ATTR_SWN_IP, sizeof(struct sockaddr_storage), in cifs_find_swn_reg() 719 if (info->attrs[CIFS_GENL_ATTR_SWN_IP]) { 720 nla_memcpy(&addr, info->attrs[CIFS_GENL_ATTR_SWN_IP], sizeof(addr));
|
| H A D | netlink.c | 20 [CIFS_GENL_ATTR_SWN_IP] = { .len = sizeof(struct sockaddr_storage) },
|