Module Name: src
Committed By: christos
Date: Mon Aug 5 10:25:41 UTC 2019
Modified Files:
src/sys/netinet6: in6_offload.h
Log Message:
add forward decl
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/netinet6/in6_offload.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/netinet6/in6_offload.h
diff -u src/sys/netinet6/in6_offload.h:1.10 src/sys/netinet6/in6_offload.h:1.11
--- src/sys/netinet6/in6_offload.h:1.10 Tue Dec 11 20:40:20 2018
+++ src/sys/netinet6/in6_offload.h Mon Aug 5 06:25:41 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: in6_offload.h,v 1.10 2018/12/12 01:40:20 rin Exp $ */
+/* $NetBSD: in6_offload.h,v 1.11 2019/08/05 10:25:41 christos Exp $ */
/*
* Copyright (c)2005, 2006 YAMAMOTO Takashi,
@@ -33,6 +33,7 @@
* Subroutines to do software-only equivalent of h/w offloading.
*/
struct mbuf *tcp6_segment(struct mbuf *, int);
+struct sockaddr_in6;
int ip6_tso_output(struct ifnet *, struct ifnet *, struct mbuf *,
const struct sockaddr_in6 *, struct rtentry *);
void in6_undefer_cksum(struct mbuf *, size_t, int);