summaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2019-09-13 04:13:09 -0400
committerPablo Neira Ayuso <pablo@netfilter.org>2019-09-13 06:35:33 -0400
commit46705b070c279b352bbbe8118d78aa31b0768245 (patch)
tree80742b09cc673eb179ae26c953ab728aaeb553da /net/ipv6
parente2f1cbb16508886b2d4de924530c153ff70b3f03 (diff)
netfilter: move nf_bridge_frag_data struct definition to a more appropriate header.
There is a struct definition function in nf_conntrack_bridge.h which is not specific to conntrack and is used elswhere in netfilter. Move it into netfilter_bridge.h. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/netfilter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/netfilter.c b/net/ipv6/netfilter.c
index 61819ed858b1..a9bff556d3b2 100644
--- a/net/ipv6/netfilter.c
+++ b/net/ipv6/netfilter.c
@@ -113,9 +113,9 @@ int __nf_ip6_route(struct net *net, struct dst_entry **dst,
113EXPORT_SYMBOL_GPL(__nf_ip6_route); 113EXPORT_SYMBOL_GPL(__nf_ip6_route);
114 114
115int br_ip6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, 115int br_ip6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb,
116 struct nf_ct_bridge_frag_data *data, 116 struct nf_bridge_frag_data *data,
117 int (*output)(struct net *, struct sock *sk, 117 int (*output)(struct net *, struct sock *sk,
118 const struct nf_ct_bridge_frag_data *data, 118 const struct nf_bridge_frag_data *data,
119 struct sk_buff *)) 119 struct sk_buff *))
120{ 120{
121 int frag_max_size = BR_INPUT_SKB_CB(skb)->frag_max_size; 121 int frag_max_size = BR_INPUT_SKB_CB(skb)->frag_max_size;