Searched refs:nlmsg_multicast (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/infiniband/core/ |
H A D | netlink.c | 287 return nlmsg_multicast(rnet->nl_sock, skb, 0, group, flags); in rdma_nl_multicast()
|
/linux/net/netlink/ |
H A D | genetlink.c | 1943 err = nlmsg_multicast(prev->genl_sock, tmp, in genlmsg_mcast() 1953 err = nlmsg_multicast(prev->genl_sock, skb, portid, group, GFP_ATOMIC); in genlmsg_mcast()
|
/linux/include/net/ |
H A D | netlink.h | 48 * nlmsg_multicast() multicast message to several groups 1174 * nlmsg_multicast - multicast a netlink message 1181 static inline int nlmsg_multicast(struct sock *sk, struct sk_buff *skb, in nlmsg_multicast() function
|
/linux/kernel/ |
H A D | audit.c | 834 nlmsg_multicast(sock, copy, 0, AUDIT_NLGRP_READLOG, GFP_KERNEL); in kauditd_send_multicast_skb()
|
/linux/drivers/scsi/ |
H A D | scsi_transport_fc.c | 574 nlmsg_multicast(scsi_nl_sock, skb, 0, SCSI_NL_GRP_FC_EVENTS, in fc_host_post_fc_event()
|
H A D | scsi_transport_iscsi.c | 2534 return nlmsg_multicast(nls, skb, 0, group, gfp); in iscsi_multicast_skb()
|