]> git.baikalelectronics.ru Git - kernel.git/commit
udp: prepare for non BH masking at backlog processing
authorEric Dumazet <edumazet@google.com>
Fri, 29 Apr 2016 21:16:50 +0000 (14:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 May 2016 21:02:25 +0000 (17:02 -0400)
commitc1b2b70b8f1c5779e6f1328e236ddc6fccbe774c
treecf265d3bfebff12d00553a09973ffb7731c17130
parentfd3a3031d5d0c20924c2df22e6b79aab367b7044
udp: prepare for non BH masking at backlog processing

UDP uses the generic socket backlog code, and this will soon
be changed to not disable BH when protocol is called back.

We need to use appropriate SNMP accessors.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/udp.c
net/ipv6/udp.c