Searched refs:nlmsg_unicast (Results 1 – 13 of 13) sorted by relevance
/linux/net/ipv4/ |
H A D | raw_diag.c | 121 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in raw_diag_dump_one()
|
H A D | udp_diag.c | 80 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in udp_dump_one()
|
H A D | inet_diag.c | 592 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in inet_diag_dump_one_icsk()
|
H A D | fib_frontend.c | 1407 nlmsg_unicast(net->ipv4.fibnl, skb, portid); in nl_fib_input()
|
/linux/net/mptcp/ |
H A D | mptcp_diag.c | 59 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in mptcp_diag_dump_one()
|
/linux/net/unix/ |
H A D | diag.c | 278 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in unix_diag_get_exact()
|
/linux/crypto/ |
H A D | crypto_user.c | 220 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report()
|
/linux/net/sctp/ |
H A D | diag.c | 278 return nlmsg_unicast(sock_net(skb->sk)->diag_nlsk, rep, NETLINK_CB(skb).portid); in sctp_sock_dump_one()
|
/linux/net/netfilter/ |
H A D | nfnetlink.c | 198 err = nlmsg_unicast(nfnlnet->nfnl, skb, portid); in nfnetlink_unicast()
|
/linux/net/ncsi/ |
H A D | ncsi-netlink.c | 588 return nlmsg_unicast(net->genl_sock, skb, snd_portid); in ncsi_send_netlink_err()
|
/linux/net/netlink/ |
H A D | af_netlink.c | 2495 nlmsg_unicast(in_skb->sk, skb, NETLINK_CB(in_skb).portid); in netlink_ack() 2584 err2 = nlmsg_unicast(sk, skb, portid); in nlmsg_notify()
|
/linux/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 2538 return nlmsg_unicast(nls, skb, portid); in iscsi_unicast_skb()
|
/linux/net/core/ |
H A D | rtnetlink.c | 943 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()
|