Searched refs:cifs_genl_family (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/cifs/ |
D | netlink.c | 45 struct genl_family cifs_genl_family = { variable 68 ret = genl_register_family(&cifs_genl_family); in cifs_genl_init() 85 ret = genl_unregister_family(&cifs_genl_family); in cifs_genl_exit()
|
D | netlink.h | 11 extern struct genl_family cifs_genl_family;
|
D | cifs_swn.c | 90 hdr = genlmsg_put(skb, 0, 0, &cifs_genl_family, 0, CIFS_GENL_CMD_SWN_REGISTER); in cifs_swn_send_register_message() 165 genlmsg_multicast(&cifs_genl_family, skb, 0, CIFS_GENL_MCGRP_SWN, GFP_ATOMIC); in cifs_swn_send_register_message() 192 hdr = genlmsg_put(skb, 0, 0, &cifs_genl_family, 0, CIFS_GENL_CMD_SWN_UNREGISTER); in cifs_swn_send_unregister_message() 234 genlmsg_multicast(&cifs_genl_family, skb, 0, CIFS_GENL_MCGRP_SWN, GFP_ATOMIC); in cifs_swn_send_unregister_message()
|