Searched refs:nlmsg_unicast (Results 1 – 7 of 7) sorted by relevance
| /linux/net/unix/ |
| H A D | diag.c | 280 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in unix_diag_get_exact()
|
| /linux/net/xfrm/ |
| H A D | xfrm_user.c | 1730 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid); in xfrm_get_spdinfo() 1790 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid); in xfrm_get_sadinfo() 1810 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_get_sa() 1900 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_alloc_userspi() 2545 return nlmsg_unicast(net->xfrm.nlsk, r_skb, portid); in xfrm_get_default() 2611 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, in xfrm_get_policy() 2784 err = nlmsg_unicast(net->xfrm.nlsk, r_skb, NETLINK_CB(skb).portid); in xfrm_get_ae()
|
| /linux/net/sctp/ |
| H A D | diag.c | 289 return nlmsg_unicast(sock_net(skb->sk)->diag_nlsk, rep, NETLINK_CB(skb).portid); in sctp_sock_dump_one()
|
| /linux/net/ncsi/ |
| H A D | ncsi-netlink.c | 588 return nlmsg_unicast(net->genl_sock, skb, snd_portid); in ncsi_send_netlink_err()
|
| /linux/include/net/ |
| H A D | netlink.h | 1194 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid) in nlmsg_unicast() function
|
| /linux/drivers/scsi/ |
| H A D | scsi_transport_iscsi.c | 2540 return nlmsg_unicast(nls, skb, portid); in iscsi_unicast_skb()
|
| /linux/net/core/ |
| H A D | rtnetlink.c | 949 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()
|