Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/core/
Dnetlink.c178 return nlmsg_unicast(nls, skb, pid); in ibnl_unicast()
/linux-4.1.27/include/net/
Dgenetlink.h340 return nlmsg_unicast(net->genl_sock, skb, portid); in genlmsg_unicast()
Dnetlink.h578 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid) in nlmsg_unicast() function
/linux-4.1.27/crypto/
Dcrypto_user.c230 return nlmsg_unicast(crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report()
/linux-4.1.27/net/xfrm/
Dxfrm_user.c1087 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid); in xfrm_get_spdinfo()
1145 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid); in xfrm_get_sadinfo()
1165 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_get_sa()
1223 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_alloc_userspi()
1738 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, in xfrm_get_policy()
1892 err = nlmsg_unicast(net->xfrm.nlsk, r_skb, NETLINK_CB(skb).portid); in xfrm_get_ae()
/linux-4.1.27/net/netfilter/
Dnf_tables_api.c546 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_gettable()
1104 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getchain()
1911 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getrule()
2598 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getset()
3685 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getgen()
/linux-4.1.27/net/core/
Drtnetlink.c637 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()
/linux-4.1.27/net/netlink/
Daf_netlink.c2957 err2 = nlmsg_unicast(sk, skb, portid); in nlmsg_notify()