Home
last modified time | relevance | path

Searched refs:nlmsg_unicast (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dscsi_netlink.c585 err = nlmsg_unicast(scsi_nl_sock, skb, pid); in scsi_nl_send_transport_msg()
663 err = nlmsg_unicast(scsi_nl_sock, skb, pid); in scsi_nl_send_vendor_msg()
/linux-3.4.99/include/net/
Dgenetlink.h255 return nlmsg_unicast(net->genl_sock, skb, pid); in genlmsg_unicast()
Dnetlink.h590 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 pid) in nlmsg_unicast() function
/linux-3.4.99/crypto/
Dcrypto_user.c219 return nlmsg_unicast(crypto_nlsk, skb, NETLINK_CB(in_skb).pid); in crypto_report()
/linux-3.4.99/net/xfrm/
Dxfrm_user.c964 return nlmsg_unicast(net->xfrm.nlsk, r_skb, spid); in xfrm_get_spdinfo()
1019 return nlmsg_unicast(net->xfrm.nlsk, r_skb, spid); in xfrm_get_sadinfo()
1039 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).pid); in xfrm_get_sa()
1120 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).pid); in xfrm_alloc_userspi()
1633 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, in xfrm_get_policy()
1783 err = nlmsg_unicast(net->xfrm.nlsk, r_skb, NETLINK_CB(skb).pid); in xfrm_get_ae()
/linux-3.4.99/net/core/
Drtnetlink.c573 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()
/linux-3.4.99/net/netlink/
Daf_netlink.c1921 err2 = nlmsg_unicast(sk, skb, pid); in nlmsg_notify()