]> bbs.cooldavid.org Git - net-next-2.6.git/commit
netfilter: ipt_REJECT: avoid touching dst ref
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 5 Jul 2010 08:40:09 +0000 (10:40 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 5 Jul 2010 08:40:09 +0000 (10:40 +0200)
commitb13b7125e4d10ce39818eec1bcb2d9777d29475f
tree926c636e985bc64ed8b5480dc91bab52916a4010
parent98b0e84aaaf2be6c40998d011c9db96ea6498e20
netfilter: ipt_REJECT: avoid touching dst ref

We can avoid a pair of atomic ops in ipt_REJECT send_reset()

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv4/netfilter/ipt_REJECT.c