Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dgenetlink.h350 return nlmsg_unicast(net->genl_sock, skb, portid); in genlmsg_unicast()
Dnetlink.h1046 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid) in nlmsg_unicast() function
/kernel/linux/linux-5.10/crypto/
Dcrypto_user_stat.c332 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_reportstat()
Dcrypto_user_base.c221 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report()
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_user.c1265 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/
Dnfnetlink.c173 err = nlmsg_unicast(net->nfnl, skb, portid); in nfnetlink_unicast()
/kernel/linux/linux-5.10/net/ncsi/
Dncsi-netlink.c588 return nlmsg_unicast(net->genl_sock, skb, snd_portid); in ncsi_send_netlink_err()
/kernel/linux/linux-5.10/net/netlink/
Daf_netlink.c2566 err2 = nlmsg_unicast(sk, skb, portid); in nlmsg_notify()
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_iscsi.c2517 return nlmsg_unicast(nls, skb, portid); in iscsi_unicast_skb()
/kernel/linux/linux-5.10/net/core/
Drtnetlink.c724 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()