Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Draw_diag.c122 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in raw_diag_dump_one()
Dudp_diag.c80 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in udp_dump_one()
Dinet_diag.c581 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in inet_diag_dump_one_icsk()
Dfib_frontend.c1396 nlmsg_unicast(net->ipv4.fibnl, skb, portid); in nl_fib_input()
/Linux-v6.1/net/mptcp/
Dmptcp_diag.c60 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in mptcp_diag_dump_one()
/Linux-v6.1/include/net/
Dgenetlink.h372 return nlmsg_unicast(net->genl_sock, skb, portid); in genlmsg_unicast()
Dnetlink.h1063 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid) in nlmsg_unicast() function
/Linux-v6.1/net/unix/
Ddiag.c299 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in unix_diag_get_exact()
/Linux-v6.1/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()
/Linux-v6.1/net/xfrm/
Dxfrm_user.c1409 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid); in xfrm_get_spdinfo()
1469 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid); in xfrm_get_sadinfo()
1489 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_get_sa()
1565 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_alloc_userspi()
2188 return nlmsg_unicast(net->xfrm.nlsk, r_skb, portid); in xfrm_get_default()
2254 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, in xfrm_get_policy()
2414 err = nlmsg_unicast(net->xfrm.nlsk, r_skb, NETLINK_CB(skb).portid); in xfrm_get_ae()
/Linux-v6.1/net/sctp/
Ddiag.c278 return nlmsg_unicast(sock_net(skb->sk)->diag_nlsk, rep, NETLINK_CB(skb).portid); in sctp_sock_dump_one()
/Linux-v6.1/net/netfilter/
Dnfnetlink.c197 err = nlmsg_unicast(nfnlnet->nfnl, skb, portid); in nfnetlink_unicast()
/Linux-v6.1/net/ncsi/
Dncsi-netlink.c588 return nlmsg_unicast(net->genl_sock, skb, snd_portid); in ncsi_send_netlink_err()
/Linux-v6.1/net/netlink/
Daf_netlink.c2510 nlmsg_unicast(in_skb->sk, skb, NETLINK_CB(in_skb).portid); in netlink_ack()
2591 err2 = nlmsg_unicast(sk, skb, portid); in nlmsg_notify()
/Linux-v6.1/drivers/scsi/
Dscsi_transport_iscsi.c2539 return nlmsg_unicast(nls, skb, portid); in iscsi_unicast_skb()
/Linux-v6.1/net/core/
Drtnetlink.c758 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()