Searched refs:nlmsg_multicast (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/infiniband/core/ |
A D | netlink.c | 287 return nlmsg_multicast(rnet->nl_sock, skb, 0, group, flags); in rdma_nl_multicast()
|
/linux/include/net/ |
A D | genetlink.h | 311 return nlmsg_multicast(net->genl_sock, skb, portid, group, flags); in genlmsg_multicast_netns()
|
A D | netlink.h | 1026 static inline int nlmsg_multicast(struct sock *sk, struct sk_buff *skb, in nlmsg_multicast() function
|
/linux/net/core/ |
A D | sock_diag.c | 144 nlmsg_multicast(sock_net(sk)->diag_nlsk, skb, 0, group, in sock_diag_broadcast_destroy_work()
|
/linux/net/netlink/ |
A D | genetlink.c | 1452 err = nlmsg_multicast(prev->genl_sock, tmp, in genlmsg_mcast() 1463 err = nlmsg_multicast(prev->genl_sock, skb, portid, group, flags); in genlmsg_mcast()
|
A D | af_netlink.c | 2539 err = nlmsg_multicast(sk, skb, exclude_portid, group, flags); in nlmsg_notify()
|
/linux/kernel/ |
A D | audit.c | 802 nlmsg_multicast(sock, copy, 0, AUDIT_NLGRP_READLOG, GFP_KERNEL); in kauditd_send_multicast_skb()
|
/linux/drivers/scsi/ |
A D | scsi_transport_fc.c | 583 nlmsg_multicast(scsi_nl_sock, skb, 0, SCSI_NL_GRP_FC_EVENTS, in fc_host_post_fc_event()
|
A D | scsi_transport_iscsi.c | 2475 return nlmsg_multicast(nls, skb, 0, group, gfp); in iscsi_multicast_skb()
|
/linux/net/xfrm/ |
A D | xfrm_user.c | 1176 return nlmsg_multicast(nlsk, skb, pid, group, GFP_ATOMIC); in xfrm_nlmsg_multicast()
|
Completed in 42 milliseconds