udp: get rid of sk_prot_clear_portaddr_nulls()
authorEric Dumazet <edumazet@google.com>
Tue, 23 Aug 2016 18:39:27 +0000 (11:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Aug 2016 06:25:29 +0000 (23:25 -0700)
commit4cac8204661a6d1a842e47911933f1e90b392c84
tree5f74a9110f1af36e2897fc09236acb8c8a1225ce
parent6a6ad2a4e57bc907a6977eef6cad49348ad2744b
udp: get rid of sk_prot_clear_portaddr_nulls()

Since we no longer use SLAB_DESTROY_BY_RCU for UDP,
we do not need sk_prot_clear_portaddr_nulls() helper.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
net/core/sock.c
net/ipv4/udp.c
net/ipv4/udplite.c
net/ipv6/udplite.c