Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/cifs/
H A Dcifs_netlink.h26 CIFS_GENL_ATTR_SWN_IP, enumerator
/openbmc/linux/fs/smb/client/
H A Dnetlink.c20 [CIFS_GENL_ATTR_SWN_IP] = { .len = sizeof(struct sockaddr_storage) },
H 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()