Symbol: nlmsg_unicast
crypto/crypto_user.c
204
return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid);
drivers/scsi/scsi_transport_iscsi.c
2540
return nlmsg_unicast(nls, skb, portid);
include/net/genetlink.h
553
return nlmsg_unicast(net->genl_sock, skb, portid);
net/core/rtnetlink.c
955
return nlmsg_unicast(rtnl, skb, pid);
net/ipv4/fib_frontend.c
1429
nlmsg_unicast(net->ipv4.fibnl, skb, portid);
net/ipv4/raw_diag.c
121
err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
net/ipv4/tcp_diag.c
632
err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
net/ipv4/udp_diag.c
80
err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
net/mptcp/mptcp_diag.c
59
err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
net/ncsi/ncsi-netlink.c
588
return nlmsg_unicast(net->genl_sock, skb, snd_portid);
net/netfilter/nfnetlink.c
198
err = nlmsg_unicast(nfnlnet->nfnl, skb, portid);
net/netlink/af_netlink.c
2512
nlmsg_unicast(in_skb->sk, skb, NETLINK_CB(in_skb).portid);
net/netlink/af_netlink.c
2601
err2 = nlmsg_unicast(sk, skb, portid);
net/sctp/diag.c
289
return nlmsg_unicast(sock_net(skb->sk)->diag_nlsk, rep, NETLINK_CB(skb).portid);
net/unix/diag.c
285
err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
net/xfrm/xfrm_user.c
1739
return nlmsg_unicast(xfrm_net_nlsk(net, skb), r_skb, sportid);
net/xfrm/xfrm_user.c
1799
return nlmsg_unicast(xfrm_net_nlsk(net, skb), r_skb, sportid);
net/xfrm/xfrm_user.c
1819
err = nlmsg_unicast(xfrm_net_nlsk(net, skb), resp_skb, NETLINK_CB(skb).portid);
net/xfrm/xfrm_user.c
1910
err = nlmsg_unicast(xfrm_net_nlsk(net, skb), resp_skb, NETLINK_CB(skb).portid);
net/xfrm/xfrm_user.c
2555
return nlmsg_unicast(xfrm_net_nlsk(net, skb), r_skb, portid);
net/xfrm/xfrm_user.c
2621
err = nlmsg_unicast(xfrm_net_nlsk(net, skb), resp_skb,
net/xfrm/xfrm_user.c
2800
err = nlmsg_unicast(xfrm_net_nlsk(net, skb), r_skb, NETLINK_CB(skb).portid);