Searched refs:nlmsg_multicast (Results 1 – 8 of 8) 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/core/ |
H A D | sock_diag.c | 167 nlmsg_multicast(sock_net(sk)->diag_nlsk, skb, 0, group, in sock_diag_broadcast_destroy_work()
|
/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()
|
H A D | af_netlink.c | 2585 err = nlmsg_multicast(sk, skb, exclude_portid, group, flags); in nlmsg_notify()
|
/linux/include/net/ |
H A D | netlink.h | 1144 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 | 581 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 | 2559 return nlmsg_multicast(nls, skb, 0, group, gfp); in iscsi_multicast_skb()
|