Searched refs:nlmsg_multicast (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/infiniband/core/ |
D | netlink.c | 185 return nlmsg_multicast(nls, skb, 0, group, flags); in ibnl_multicast()
|
/linux-4.1.27/include/net/ |
D | genetlink.h | 300 return nlmsg_multicast(net->genl_sock, skb, portid, group, flags); in genlmsg_multicast_netns()
|
D | netlink.h | 558 static inline int nlmsg_multicast(struct sock *sk, struct sk_buff *skb, in nlmsg_multicast() function
|
/linux-4.1.27/net/netlink/ |
D | genetlink.c | 1114 err = nlmsg_multicast(prev->genl_sock, tmp, in genlmsg_mcast() 1123 return nlmsg_multicast(prev->genl_sock, skb, portid, group, flags); in genlmsg_mcast()
|
D | af_netlink.c | 2951 err = nlmsg_multicast(sk, skb, exclude_portid, group, flags); in nlmsg_notify()
|
/linux-4.1.27/kernel/ |
D | audit.c | 457 nlmsg_multicast(sock, copy, 0, AUDIT_NLGRP_READLOG, gfp_mask); in kauditd_send_multicast_skb()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_fc.c | 574 nlmsg_multicast(scsi_nl_sock, skb, 0, SCSI_NL_GRP_FC_EVENTS, in fc_host_post_event() 642 nlmsg_multicast(scsi_nl_sock, skb, 0, SCSI_NL_GRP_FC_EVENTS, in fc_host_post_vendor_event()
|
D | scsi_transport_iscsi.c | 2343 return nlmsg_multicast(nls, skb, 0, group, gfp); in iscsi_multicast_skb()
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_user.c | 959 return nlmsg_multicast(nlsk, skb, pid, group, GFP_ATOMIC); in xfrm_nlmsg_multicast()
|