Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/core/
Dnetlink.c185 return nlmsg_multicast(nls, skb, 0, group, flags); in ibnl_multicast()
/linux-4.1.27/include/net/
Dgenetlink.h300 return nlmsg_multicast(net->genl_sock, skb, portid, group, flags); in genlmsg_multicast_netns()
Dnetlink.h558 static inline int nlmsg_multicast(struct sock *sk, struct sk_buff *skb, in nlmsg_multicast() function
/linux-4.1.27/net/netlink/
Dgenetlink.c1114 err = nlmsg_multicast(prev->genl_sock, tmp, in genlmsg_mcast()
1123 return nlmsg_multicast(prev->genl_sock, skb, portid, group, flags); in genlmsg_mcast()
Daf_netlink.c2951 err = nlmsg_multicast(sk, skb, exclude_portid, group, flags); in nlmsg_notify()
/linux-4.1.27/kernel/
Daudit.c457 nlmsg_multicast(sock, copy, 0, AUDIT_NLGRP_READLOG, gfp_mask); in kauditd_send_multicast_skb()
/linux-4.1.27/drivers/scsi/
Dscsi_transport_fc.c574 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()
Dscsi_transport_iscsi.c2343 return nlmsg_multicast(nls, skb, 0, group, gfp); in iscsi_multicast_skb()
/linux-4.1.27/net/xfrm/
Dxfrm_user.c959 return nlmsg_multicast(nlsk, skb, pid, group, GFP_ATOMIC); in xfrm_nlmsg_multicast()