net: optimize socket timestamping
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 28 Nov 2011 12:04:18 +0000 (12:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Nov 2011 05:27:11 +0000 (00:27 -0500)
We can test/set multiple bits from sk_flags at once, to shorten a bit
socket setup/dismantle phase.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found