csum field in struct frag_queue is not used, remove it.
Signed-off-by: Eric Dumazet <[email protected]>
---
include/net/ipv6.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index
50a6f0ddb8780f6c9169f4ae0b3b35af2d66cd4b..5c18836672e9d1c560cdce15f5b34928c337abfd
100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -603,7 +603,6 @@ struct frag_queue {
struct in6_addr daddr;
int iif;
- unsigned int csum;
__u16 nhoffset;
u8 ecn;
};
--
2.17.0.rc1.321.gba9d0f2565-goog