Searched refs:netlink_unicast (Results 1 – 12 of 12) sorted by relevance
/net/netfilter/ |
D | nfnetlink.c | 138 return netlink_unicast(net->nfnl, skb, portid, flags); in nfnetlink_unicast()
|
D | nfnetlink_acct.c | 211 ret = netlink_unicast(nfnl, skb2, NETLINK_CB(skb).portid, in nfnl_acct_get()
|
D | nfnetlink_cttimeout.c | 283 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, in cttimeout_get_timeout()
|
D | nfnetlink_cthelper.c | 550 ret = netlink_unicast(nfnl, skb2, NETLINK_CB(skb).portid, in nfnl_cthelper_get()
|
D | nf_conntrack_netlink.c | 1127 err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in ctnetlink_get_conntrack() 1977 err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in ctnetlink_stat_ct() 2581 err = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in ctnetlink_get_expect()
|
/net/netfilter/ipset/ |
D | ip_set_core.c | 1346 netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in call_ad() 1532 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in ip_set_header() 1593 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in ip_set_type() 1637 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); in ip_set_protocol()
|
/net/ipv4/ |
D | udp_diag.c | 84 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, in udp_dump_one()
|
D | fib_frontend.c | 978 netlink_unicast(net->ipv4.fibnl, skb, portid, MSG_DONTWAIT); in nl_fib_input()
|
D | inet_diag.c | 380 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, in inet_diag_dump_one_icsk()
|
/net/unix/ |
D | diag.c | 280 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, in unix_diag_get_exact()
|
/net/netlink/ |
D | af_netlink.c | 638 err = netlink_unicast(sk, skb, dst_portid, in netlink_mmap_sendmsg() 1550 int netlink_unicast(struct sock *ssk, struct sk_buff *skb, in netlink_unicast() function 1584 EXPORT_SYMBOL(netlink_unicast); 2123 err = netlink_unicast(sk, skb, dst_portid, msg->msg_flags&MSG_DONTWAIT); in netlink_sendmsg() 2581 netlink_unicast(in_skb->sk, skb, NETLINK_CB(in_skb).portid, MSG_DONTWAIT); in netlink_ack()
|
/net/core/ |
D | rtnetlink.c | 530 err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT); in rtnetlink_send()
|