Home
last modified time | relevance | path

Searched refs:netlink_unicast (Results 1 – 12 of 12) sorted by relevance

/net/netfilter/
Dnfnetlink.c138 return netlink_unicast(net->nfnl, skb, portid, flags); in nfnetlink_unicast()
Dnfnetlink_acct.c211 ret = netlink_unicast(nfnl, skb2, NETLINK_CB(skb).portid, in nfnl_acct_get()
Dnfnetlink_cttimeout.c283 ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, in cttimeout_get_timeout()
Dnfnetlink_cthelper.c550 ret = netlink_unicast(nfnl, skb2, NETLINK_CB(skb).portid, in nfnl_cthelper_get()
Dnf_conntrack_netlink.c1127 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/
Dip_set_core.c1346 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/
Dudp_diag.c84 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, in udp_dump_one()
Dfib_frontend.c978 netlink_unicast(net->ipv4.fibnl, skb, portid, MSG_DONTWAIT); in nl_fib_input()
Dinet_diag.c380 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, in inet_diag_dump_one_icsk()
/net/unix/
Ddiag.c280 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, in unix_diag_get_exact()
/net/netlink/
Daf_netlink.c638 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/
Drtnetlink.c530 err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT); in rtnetlink_send()