[NETFILTER]: nfnetlink: use nlmsg_notify()
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fdf708322d
commit
dd82185f2c
@ -148,16 +148,7 @@ EXPORT_SYMBOL_GPL(nfnetlink_has_listeners);
|
|||||||
|
|
||||||
int nfnetlink_send(struct sk_buff *skb, u32 pid, unsigned group, int echo)
|
int nfnetlink_send(struct sk_buff *skb, u32 pid, unsigned group, int echo)
|
||||||
{
|
{
|
||||||
int err = 0;
|
return nlmsg_notify(nfnl, skb, pid, group, echo, gfp_any());
|
||||||
|
|
||||||
NETLINK_CB(skb).dst_group = group;
|
|
||||||
if (echo)
|
|
||||||
atomic_inc(&skb->users);
|
|
||||||
netlink_broadcast(nfnl, skb, pid, group, gfp_any());
|
|
||||||
if (echo)
|
|
||||||
err = netlink_unicast(nfnl, skb, pid, MSG_DONTWAIT);
|
|
||||||
|
|
||||||
return err;
|
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(nfnetlink_send);
|
EXPORT_SYMBOL_GPL(nfnetlink_send);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user