Home
last modified time | relevance | path

Searched refs:nlmsg_multicast (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/infiniband/core/
H A Dnetlink.c287 return nlmsg_multicast(rnet->nl_sock, skb, 0, group, flags); in rdma_nl_multicast()
/linux/net/netlink/
H A Dgenetlink.c1943 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 Dnetlink.h48 * 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 Daudit.c834 nlmsg_multicast(sock, copy, 0, AUDIT_NLGRP_READLOG, GFP_KERNEL); in kauditd_send_multicast_skb()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c574 nlmsg_multicast(scsi_nl_sock, skb, 0, SCSI_NL_GRP_FC_EVENTS, in fc_host_post_fc_event()
H A Dscsi_transport_iscsi.c2534 return nlmsg_multicast(nls, skb, 0, group, gfp); in iscsi_multicast_skb()