Searched refs:nlmsg_unicast (Results 1 – 17 of 17) sorted by relevance
/linux/net/mptcp/ |
A D | mptcp_diag.c | 60 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in mptcp_diag_dump_one()
|
/linux/net/ipv4/ |
A D | raw_diag.c | 122 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in raw_diag_dump_one()
|
A D | udp_diag.c | 80 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in udp_dump_one()
|
A D | inet_diag.c | 581 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in inet_diag_dump_one_icsk()
|
A D | fib_frontend.c | 1379 nlmsg_unicast(net->ipv4.fibnl, skb, portid); in nl_fib_input()
|
/linux/include/net/ |
A D | genetlink.h | 351 return nlmsg_unicast(net->genl_sock, skb, portid); in genlmsg_unicast()
|
A D | netlink.h | 1046 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid) in nlmsg_unicast() function
|
/linux/net/unix/ |
A D | diag.c | 298 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in unix_diag_get_exact()
|
/linux/net/xfrm/ |
A D | xfrm_user.c | 1303 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid); in xfrm_get_spdinfo() 1362 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid); in xfrm_get_sadinfo() 1382 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_get_sa() 1457 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid); in xfrm_alloc_userspi() 2057 return nlmsg_unicast(net->xfrm.nlsk, r_skb, portid); in xfrm_get_default() 2122 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, in xfrm_get_policy() 2281 err = nlmsg_unicast(net->xfrm.nlsk, r_skb, NETLINK_CB(skb).portid); in xfrm_get_ae()
|
/linux/crypto/ |
A D | crypto_user_stat.c | 332 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_reportstat()
|
A D | crypto_user_base.c | 221 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report()
|
/linux/net/sctp/ |
A D | diag.c | 281 return nlmsg_unicast(sock_net(skb->sk)->diag_nlsk, rep, NETLINK_CB(skb).portid); in sctp_sock_dump_one()
|
/linux/net/netfilter/ |
A D | nfnetlink.c | 193 err = nlmsg_unicast(nfnlnet->nfnl, skb, portid); in nfnetlink_unicast()
|
/linux/net/ncsi/ |
A D | ncsi-netlink.c | 588 return nlmsg_unicast(net->genl_sock, skb, snd_portid); in ncsi_send_netlink_err()
|
/linux/net/netlink/ |
A D | af_netlink.c | 2466 nlmsg_unicast(in_skb->sk, skb, NETLINK_CB(in_skb).portid); in netlink_ack() 2547 err2 = nlmsg_unicast(sk, skb, portid); in nlmsg_notify()
|
/linux/drivers/scsi/ |
A D | scsi_transport_iscsi.c | 2481 return nlmsg_unicast(nls, skb, portid); in iscsi_unicast_skb()
|
/linux/net/core/ |
A D | rtnetlink.c | 721 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()
|
Completed in 50 milliseconds