Searched refs:nlmsg_unicast (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | genetlink.h | 350 return nlmsg_unicast(net->genl_sock, skb, portid); in genlmsg_unicast()
|
D | netlink.h | 1046 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid) in nlmsg_unicast() function
|
/kernel/linux/linux-5.10/crypto/ |
D | crypto_user_stat.c | 332 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_reportstat()
|
D | crypto_user_base.c | 221 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report()
|
/kernel/linux/linux-5.10/net/xfrm/ |
D | xfrm_user.c | 1265 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid); in xfrm_get_spdinfo() 1324 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid); in xfrm_get_sadinfo() 1344 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_get_sa() 1419 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_alloc_userspi() 2012 return nlmsg_unicast(net->xfrm.nlsk, r_skb, portid); in xfrm_get_default() 2077 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, in xfrm_get_policy() 2236 err = nlmsg_unicast(net->xfrm.nlsk, r_skb, NETLINK_CB(skb).portid); in xfrm_get_ae()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nfnetlink.c | 173 err = nlmsg_unicast(net->nfnl, skb, portid); in nfnetlink_unicast()
|
/kernel/linux/linux-5.10/net/ncsi/ |
D | ncsi-netlink.c | 588 return nlmsg_unicast(net->genl_sock, skb, snd_portid); in ncsi_send_netlink_err()
|
/kernel/linux/linux-5.10/net/netlink/ |
D | af_netlink.c | 2566 err2 = nlmsg_unicast(sk, skb, portid); in nlmsg_notify()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_transport_iscsi.c | 2517 return nlmsg_unicast(nls, skb, portid); in iscsi_unicast_skb()
|
/kernel/linux/linux-5.10/net/core/ |
D | rtnetlink.c | 724 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()
|