aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-02-26 10:15:10 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2018-04-21 19:20:04 +0200
commit07cb9623ee7d15cc9968969ac247edae6972fb8f (patch)
tree52aeeb56e1aee54ce660072c09f12821acb9df25 /include/net/ipv6.h
parentnetfilter: nf_flow_table: clean up flow_offload_alloc (diff)
downloadlinux-dev-07cb9623ee7d15cc9968969ac247edae6972fb8f.tar.xz
linux-dev-07cb9623ee7d15cc9968969ac247edae6972fb8f.zip
ipv6: make ip6_dst_mtu_forward inline
Just like ip_dst_mtu_maybe_forward(), to avoid a dependency with ipv6.ko. Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to '')
-rw-r--r--include/net/ipv6.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 68b167d98879..765441867cfa 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -958,8 +958,6 @@ static inline struct sk_buff *ip6_finish_skb(struct sock *sk)
&inet6_sk(sk)->cork);
}
-unsigned int ip6_dst_mtu_forward(const struct dst_entry *dst);
-
int ip6_dst_lookup(struct net *net, struct sock *sk, struct dst_entry **dst,
struct flowi6 *fl6);
struct dst_entry *ip6_dst_lookup_flow(const struct sock *sk, struct flowi6 *fl6,