/linux-4.1.27/Documentation/connector/ |
H A D | cn_test.c | 119 netlink_unicast(nls, skb, 0, 0);
|
/linux-4.1.27/net/ipv4/ |
H A D | udp_diag.c | 84 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, udp_dump_one()
|
H A D | fib_frontend.c | 1043 netlink_unicast(net->ipv4.fibnl, skb, portid, MSG_DONTWAIT); nl_fib_input()
|
H A D | inet_diag.c | 399 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, inet_diag_dump_one_icsk()
|
/linux-4.1.27/net/netfilter/ |
H A D | nfnetlink_cttimeout.c | 283 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, cttimeout_get_timeout() 473 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); cttimeout_default_get()
|
H A D | nfnetlink_acct.c | 306 ret = netlink_unicast(nfnl, skb2, NETLINK_CB(skb).portid, nfnl_acct_get()
|
H A D | nfnetlink.c | 148 return netlink_unicast(net->nfnl, skb, portid, flags); nfnetlink_unicast()
|
H A D | nfnetlink_cthelper.c | 561 ret = netlink_unicast(nfnl, skb2, NETLINK_CB(skb).portid, nfnl_cthelper_get()
|
H A D | nft_compat.c | 583 ret = netlink_unicast(nfnl, skb2, NETLINK_CB(skb).portid, nfnl_compat_get()
|
H A D | nf_conntrack_netlink.c | 1171 err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); ctnetlink_get_conntrack() 2028 err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); ctnetlink_stat_ct() 2711 err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); ctnetlink_get_expect()
|
/linux-4.1.27/drivers/connector/ |
H A D | connector.c | 127 return netlink_unicast(dev->nls, skb, portid, !(gfp_mask&__GFP_WAIT)); cn_netlink_send_mult()
|
/linux-4.1.27/include/linux/ |
H A D | netlink.h | 71 extern int netlink_unicast(struct sock *ssk, struct sk_buff *skb, __u32 portid, int nonblock);
|
/linux-4.1.27/net/unix/ |
H A D | diag.c | 282 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, unix_diag_get_exact()
|
/linux-4.1.27/kernel/ |
H A D | audit.c | 412 err = netlink_unicast(audit_sock, skb, audit_nlk_portid, 0); kauditd_send_skb() 536 netlink_unicast(aunet->nlsk, skb, dest->portid, 0); audit_send_list() 580 netlink_unicast(aunet->nlsk , reply->skb, reply->portid, 0); audit_send_reply_thread() 1941 * netlink_unicast() cannot be called inside an irq context because it blocks
|
/linux-4.1.27/net/netfilter/ipset/ |
H A D | ip_set_core.c | 1450 netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); call_ad() 1639 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); ip_set_header() 1700 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); ip_set_type() 1744 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); ip_set_protocol()
|
/linux-4.1.27/net/netlink/ |
H A D | af_netlink.c | 791 err = netlink_unicast(sk, skb, dst_portid, netlink_mmap_sendmsg() 1824 int netlink_unicast(struct sock *ssk, struct sk_buff *skb, netlink_unicast() function 1858 EXPORT_SYMBOL(netlink_unicast); variable 2408 err = netlink_unicast(sk, skb, dst_portid, msg->msg_flags&MSG_DONTWAIT); netlink_sendmsg() 2881 netlink_unicast(in_skb->sk, skb, NETLINK_CB(in_skb).portid, MSG_DONTWAIT); netlink_ack()
|
/linux-4.1.27/include/net/ |
H A D | netlink.h | 582 err = netlink_unicast(sk, skb, portid, MSG_DONTWAIT); nlmsg_unicast()
|
/linux-4.1.27/net/core/ |
H A D | rtnetlink.c | 629 err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT); rtnetlink_send()
|