Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dgenetlink.h296 return nlmsg_unicast(net->genl_sock, skb, portid); in genlmsg_unicast()
Dnetlink.h604 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid) in nlmsg_unicast() function
/Linux-v4.19/crypto/
Dcrypto_user.c291 return nlmsg_unicast(crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report()
/Linux-v4.19/net/xfrm/
Dxfrm_user.c1198 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/
Dnf_tables_api.c681 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/
Daf_netlink.c2503 err2 = nlmsg_unicast(sk, skb, portid); in nlmsg_notify()
/Linux-v4.19/drivers/scsi/
Dscsi_transport_iscsi.c2328 return nlmsg_unicast(nls, skb, portid); in iscsi_unicast_skb()
/Linux-v4.19/net/core/
Drtnetlink.c723 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()