Searched refs:scsi_nl_sock (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/
H A Dscsi_netlink.c33 struct sock *scsi_nl_sock = NULL; variable in typeref:struct:sock
34 EXPORT_SYMBOL_GPL(scsi_nl_sock); variable
133 scsi_nl_sock = netlink_kernel_create(&init_net, NETLINK_SCSITRANSPORT,
135 if (!scsi_nl_sock) {
152 if (scsi_nl_sock) {
153 netlink_kernel_release(scsi_nl_sock);
H A Dscsi_priv.h151 extern struct sock *scsi_nl_sock;
H A Dscsi_transport_fc.c543 if (!scsi_nl_sock) {
573 nlmsg_multicast(scsi_nl_sock, skb, 0, SCSI_NL_GRP_FC_EVENTS,
611 if (!scsi_nl_sock) {
641 nlmsg_multicast(scsi_nl_sock, skb, 0, SCSI_NL_GRP_FC_EVENTS,

Completed in 69 milliseconds