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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_netlink.c32 struct sock *scsi_nl_sock = NULL; variable in typeref:struct:sock
33 EXPORT_SYMBOL_GPL(scsi_nl_sock); variable
498 scsi_nl_sock = netlink_kernel_create(&init_net, NETLINK_SCSITRANSPORT,
501 if (!scsi_nl_sock) {
527 if (scsi_nl_sock) {
528 netlink_kernel_release(scsi_nl_sock);
559 if (!scsi_nl_sock) {
584 err = nlmsg_unicast(scsi_nl_sock, skb, pid);
633 if (!scsi_nl_sock) {
662 err = nlmsg_unicast(scsi_nl_sock, sk
[all...]
H A Dscsi_priv.h142 extern struct sock *scsi_nl_sock;
H A Dscsi_transport_fc.c526 if (!scsi_nl_sock) {
558 nlmsg_multicast(scsi_nl_sock, skb, 0, SCSI_NL_GRP_FC_EVENTS,
596 if (!scsi_nl_sock) {
628 nlmsg_multicast(scsi_nl_sock, skb, 0, SCSI_NL_GRP_FC_EVENTS,

Completed in 118 milliseconds