Searched hist:ec94c2696f0bcd5ae92a553244e4ac30d2171a2d (Results 1 – 4 of 4) sorted by relevance
/linux/net/dccp/ |
H A D | minisocks.c | diff 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 D | inet_timewait_sock.h | diff 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 D | inet_timewait_sock.c | diff 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 D | tcp_minisocks.c | diff 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>
|