K 10 svn:author V 7 glebius K 8 svn:date V 27 2019-11-07T21:23:07.362522Z K 7 svn:log V 295 Now that all of the tcp_input() and all its branches are executed in the network epoch, we can greatly simplify synchronization. Remove all unneccesary epoch enters hidden under INP_INFO_RLOCK macro. Remove some unneccesary assertions and convert necessary ones into the NET_EPOCH_ASSERT macro. END