Home
last modified time | relevance | path

Searched hist:ec94c2696f0bcd5ae92a553244e4ac30d2171a2d (Results 1 – 4 of 4) sorted by relevance

/linux/net/dccp/
H A Dminisocks.cdiff ec94c2696f0bcd5ae92a553244e4ac30d2171a2d Tue Dec 12 06:25:12 CET 2017 Eric Dumazet <edumazet@google.com> tcp/dccp: avoid one atomic operation for timewait hashdance

First, rename __inet_twsk_hashdance() to inet_twsk_hashdance()

Then, remove one inet_twsk_put() by setting tw_refcnt to 3 instead
of 4, but adding a fat warning that we do not have the right to access
tw anymore after inet_twsk_hashdance()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/include/net/
H A Dinet_timewait_sock.hdiff ec94c2696f0bcd5ae92a553244e4ac30d2171a2d Tue Dec 12 06:25:12 CET 2017 Eric Dumazet <edumazet@google.com> tcp/dccp: avoid one atomic operation for timewait hashdance

First, rename __inet_twsk_hashdance() to inet_twsk_hashdance()

Then, remove one inet_twsk_put() by setting tw_refcnt to 3 instead
of 4, but adding a fat warning that we do not have the right to access
tw anymore after inet_twsk_hashdance()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/net/ipv4/
H A Dinet_timewait_sock.cdiff ec94c2696f0bcd5ae92a553244e4ac30d2171a2d Tue Dec 12 06:25:12 CET 2017 Eric Dumazet <edumazet@google.com> tcp/dccp: avoid one atomic operation for timewait hashdance

First, rename __inet_twsk_hashdance() to inet_twsk_hashdance()

Then, remove one inet_twsk_put() by setting tw_refcnt to 3 instead
of 4, but adding a fat warning that we do not have the right to access
tw anymore after inet_twsk_hashdance()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dtcp_minisocks.cdiff ec94c2696f0bcd5ae92a553244e4ac30d2171a2d Tue Dec 12 06:25:12 CET 2017 Eric Dumazet <edumazet@google.com> tcp/dccp: avoid one atomic operation for timewait hashdance

First, rename __inet_twsk_hashdance() to inet_twsk_hashdance()

Then, remove one inet_twsk_put() by setting tw_refcnt to 3 instead
of 4, but adding a fat warning that we do not have the right to access
tw anymore after inet_twsk_hashdance()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>