OSDN Git Service

ipv6: Move ipv6 stubs to a separate header file
authorDavid Ahern <dsahern@gmail.com>
Fri, 22 Mar 2019 13:06:09 +0000 (06:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Mar 2019 17:53:45 +0000 (10:53 -0700)
commit3616d08bcbb564c7765187cd45ad392e49bad73a
tree150383f0c8b4de6bb39ec3b8440faf22497ff3ff
parent5f4d6749c0659fe15c2e3b8d47c10f6e241c18c7
ipv6: Move ipv6 stubs to a separate header file

The number of stubs is growing and has nothing to do with addrconf.
Move the definition of the stubs to a separate header file and update
users. In the move, drop the vxlan specific comment before ipv6_stub.

Code move only; no functional change intended.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
15 files changed:
drivers/infiniband/core/addr.c
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
drivers/net/geneve.c
drivers/net/usb/cdc_mbim.c
drivers/net/vxlan.c
include/net/addrconf.h
include/net/ipv6_stubs.h [new file with mode: 0644]
include/net/udp_tunnel.h
net/bridge/br_arp_nd_proxy.c
net/core/filter.c
net/core/lwt_bpf.c
net/ipv6/addrconf_core.c
net/ipv6/af_inet6.c
net/mpls/af_mpls.c
net/tipc/udp_media.c