Re: [PATCH 2/2] udp: RCU handling for Unicast packets.
From: David Miller <davem@davemloft.net> Date: 2008-10-29 18:30:21
From: "Paul E. McKenney" <redacted>
Date: Wed, 29 Oct 2008 11:11:14 -0700
OK. However, this reasoning assumes that a socket with a given
udp_hashfn() value will appear on one and only one list. There are no
side lists for sockets in other states? (listen, &c)
Nope, with UDP things are very simple, just one hash table.