Re: [PATCH net-next] tcp: md5: increment sk_drops on syn_recv state

2016-08-25 Thread David Miller
From: Eric Dumazet Date: Wed, 24 Aug 2016 08:50:24 -0700 > From: Eric Dumazet > > TCP MD5 mismatches do increment sk_drops counter in all states but > SYN_RECV. > > This is very unlikely to happen in the real world, but worth adding > to help diagnostics. > > We increase the parent (listener)

Re: [PATCH net-next] tcp: md5: increment sk_drops on syn_recv state

2016-08-24 Thread Neal Cardwell
On Wed, Aug 24, 2016 at 11:50 AM, Eric Dumazet wrote: > > From: Eric Dumazet > > TCP MD5 mismatches do increment sk_drops counter in all states but > SYN_RECV. > > This is very unlikely to happen in the real world, but worth adding > to help diagnostics. > > We increase the parent (listener) sk_d

[PATCH net-next] tcp: md5: increment sk_drops on syn_recv state

2016-08-24 Thread Eric Dumazet
From: Eric Dumazet TCP MD5 mismatches do increment sk_drops counter in all states but SYN_RECV. This is very unlikely to happen in the real world, but worth adding to help diagnostics. We increase the parent (listener) sk_drops. Signed-off-by: Eric Dumazet --- net/ipv4/tcp_ipv4.c |1 + n