Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dgenetlink.h322 return nlmsg_unicast(net->genl_sock, skb, portid); in genlmsg_unicast()
Dnetlink.h981 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid) in nlmsg_unicast() function
/Linux-v5.4/crypto/
Dcrypto_user_stat.c334 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_reportstat()
Dcrypto_user_base.c219 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report()
/Linux-v5.4/net/xfrm/
Dxfrm_user.c1218 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/
Dncsi-netlink.c584 return nlmsg_unicast(net->genl_sock, skb, snd_portid); in ncsi_send_netlink_err()
/Linux-v5.4/net/netfilter/
Dnf_tables_api.c724 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/
Daf_netlink.c2526 err2 = nlmsg_unicast(sk, skb, portid); in nlmsg_notify()
/Linux-v5.4/drivers/scsi/
Dscsi_transport_iscsi.c2332 return nlmsg_unicast(nls, skb, portid); in iscsi_unicast_skb()
/Linux-v5.4/net/core/
Drtnetlink.c724 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()