nf_conntrack_proto_tcp: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:50:08 +0000 (18:50 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:50:08 +0000 (18:50 -0400)
commit4925a459e96767e84b112c023c3766d4aeefb611
treed55f19d684ed0d2c061969e8cce1e3544c9d8b4b
parent3c60a17b1b55ac4a72382502c952222b7649d63b
nf_conntrack_proto_tcp: Stop using NLA_PUT*().

These macros contain a hidden goto, and are thus extremely error
prone and make code hard to audit.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_proto_tcp.c