/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | netlink.c | 287 return nlmsg_multicast(rnet->nl_sock, skb, 0, group, flags); in rdma_nl_multicast()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | genetlink.h | 313 return nlmsg_multicast(net->genl_sock, skb, portid, group, flags); in genlmsg_multicast_netns()
|
H A D | netlink.h | 47 * nlmsg_multicast() multicast message to several groups 1019 * nlmsg_multicast - multicast a netlink message 1026 static inline int nlmsg_multicast(struct sock *sk, struct sk_buff *skb, in nlmsg_multicast() function
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sock_diag.c | 144 nlmsg_multicast(sock_net(sk)->diag_nlsk, skb, 0, group, in sock_diag_broadcast_destroy_work()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | genetlink.h | 456 return nlmsg_multicast(net->genl_sock, skb, portid, group, flags); in genlmsg_multicast_netns()
|
H A D | netlink.h | 47 * nlmsg_multicast() multicast message to several groups 1065 * nlmsg_multicast - multicast a netlink message 1072 static inline int nlmsg_multicast(struct sock *sk, struct sk_buff *skb, in nlmsg_multicast() function
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | netlink.c | 287 return nlmsg_multicast(rnet->nl_sock, skb, 0, group, flags); in rdma_nl_multicast()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock_diag.c | 148 nlmsg_multicast(sock_net(sk)->diag_nlsk, skb, 0, group, in sock_diag_broadcast_destroy_work()
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | genetlink.c | 1467 err = nlmsg_multicast(prev->genl_sock, tmp, in genlmsg_mcast() 1478 err = nlmsg_multicast(prev->genl_sock, skb, portid, group, flags); in genlmsg_mcast()
|
H A D | af_netlink.c | 2540 err = nlmsg_multicast(sk, skb, exclude_portid, group, flags); in nlmsg_notify()
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | genetlink.c | 1770 err = nlmsg_multicast(prev->genl_sock, tmp, in genlmsg_mcast() 1781 err = nlmsg_multicast(prev->genl_sock, skb, portid, group, flags); in genlmsg_mcast()
|
H A D | af_netlink.c | 2588 err = nlmsg_multicast(sk, skb, exclude_portid, group, flags); in nlmsg_notify()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | audit.c | 837 nlmsg_multicast(sock, copy, 0, AUDIT_NLGRP_READLOG, GFP_KERNEL); in kauditd_send_multicast_skb()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | audit.c | 834 nlmsg_multicast(sock, copy, 0, AUDIT_NLGRP_READLOG, GFP_KERNEL); in kauditd_send_multicast_skb()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_fc.c | 573 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 | 2535 return nlmsg_multicast(nls, skb, 0, group, gfp); in iscsi_multicast_skb()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_user.c | 1113 /* A wrapper for nlmsg_multicast() checking that nlsk is still available. 1138 return nlmsg_multicast(nlsk, skb, pid, group, GFP_ATOMIC); in xfrm_nlmsg_multicast()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_fc.c | 586 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 | 2558 return nlmsg_multicast(nls, skb, 0, group, gfp); in iscsi_multicast_skb()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_user.c | 1318 /* A wrapper for nlmsg_multicast() checking that nlsk is still available. 1343 return nlmsg_multicast(nlsk, skb, pid, group, GFP_ATOMIC); in xfrm_nlmsg_multicast()
|