Searched refs:scsi_nl_sock (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/scsi/
H A Dscsi_priv.h166 extern struct sock *scsi_nl_sock;
H A Dscsi_transport_fc.c553 if (!scsi_nl_sock) {
586 nlmsg_multicast(scsi_nl_sock, skb, 0, SCSI_NL_GRP_FC_EVENTS,
H A Dscsi_netlink.c19 struct sock *scsi_nl_sock = NULL; variable in typeref:struct:sock
20 EXPORT_SYMBOL_GPL(scsi_nl_sock); variable
119 scsi_nl_sock = netlink_kernel_create(&init_net, NETLINK_SCSITRANSPORT,
121 if (!scsi_nl_sock) {
138 if (scsi_nl_sock) {
139 netlink_kernel_release(scsi_nl_sock);

Completed in 303 milliseconds