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)
commite61da9e259ef887bd516ab08dfdf1c1261017e8e
treecf265d3bfebff12d00553a09973ffb7731c17130
parent7309f8821fd65e8272ce82e852532b02967812da
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