Searched refs:nlmsg_unicast (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | genetlink.h | 322 return nlmsg_unicast(net->genl_sock, skb, portid); in genlmsg_unicast()
|
| D | netlink.h | 981 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid) in nlmsg_unicast() function
|
| /Linux-v5.4/crypto/ |
| D | crypto_user_stat.c | 334 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_reportstat()
|
| D | crypto_user_base.c | 219 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report()
|
| /Linux-v5.4/net/xfrm/ |
| D | xfrm_user.c | 1218 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid); in xfrm_get_spdinfo() 1277 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid); in xfrm_get_sadinfo() 1297 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_get_sa() 1360 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_alloc_userspi() 1914 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, in xfrm_get_policy() 2073 err = nlmsg_unicast(net->xfrm.nlsk, r_skb, NETLINK_CB(skb).portid); in xfrm_get_ae()
|
| /Linux-v5.4/net/ncsi/ |
| D | ncsi-netlink.c | 584 return nlmsg_unicast(net->genl_sock, skb, snd_portid); in ncsi_send_netlink_err()
|
| /Linux-v5.4/net/netfilter/ |
| D | nf_tables_api.c | 724 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_gettable() 1414 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getchain() 2589 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getrule() 3493 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getset() 5458 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getobj() 6134 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getflowtable() 6298 return nlmsg_unicast(nlsk, skb2, NETLINK_CB(skb).portid); in nf_tables_getgen()
|
| /Linux-v5.4/net/netlink/ |
| D | af_netlink.c | 2526 err2 = nlmsg_unicast(sk, skb, portid); in nlmsg_notify()
|
| /Linux-v5.4/drivers/scsi/ |
| D | scsi_transport_iscsi.c | 2332 return nlmsg_unicast(nls, skb, portid); in iscsi_unicast_skb()
|
| /Linux-v5.4/net/core/ |
| D | rtnetlink.c | 724 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()
|