Searched refs:nlmsg_unicast (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/net/ |
D | genetlink.h | 296 return nlmsg_unicast(net->genl_sock, skb, portid); in genlmsg_unicast()
|
D | netlink.h | 604 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid) in nlmsg_unicast() function
|
/Linux-v4.19/crypto/ |
D | crypto_user.c | 291 return nlmsg_unicast(crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_user.c | 1198 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid); in xfrm_get_spdinfo() 1257 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid); in xfrm_get_sadinfo() 1277 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_get_sa() 1340 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_alloc_userspi() 1901 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, in xfrm_get_policy() 2060 err = nlmsg_unicast(net->xfrm.nlsk, r_skb, NETLINK_CB(skb).portid); in xfrm_get_ae()
|
/Linux-v4.19/net/netfilter/ |
D | nf_tables_api.c | 681 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_gettable() 1335 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getchain() 2425 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getrule() 3319 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getset() 5170 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getobj() 5828 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getflowtable() 5992 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getgen()
|
/Linux-v4.19/net/netlink/ |
D | af_netlink.c | 2503 err2 = nlmsg_unicast(sk, skb, portid); in nlmsg_notify()
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_transport_iscsi.c | 2328 return nlmsg_unicast(nls, skb, portid); in iscsi_unicast_skb()
|
/Linux-v4.19/net/core/ |
D | rtnetlink.c | 723 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()
|