summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/netinet/tcp_lro.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/netinet/tcp_lro.h')
-rw-r--r--freebsd/sys/netinet/tcp_lro.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/freebsd/sys/netinet/tcp_lro.h b/freebsd/sys/netinet/tcp_lro.h
index 20cfb7cf..08aac690 100644
--- a/freebsd/sys/netinet/tcp_lro.h
+++ b/freebsd/sys/netinet/tcp_lro.h
@@ -34,8 +34,8 @@ POSSIBILITY OF SUCH DAMAGE.
$FreeBSD$
***************************************************************************/
-#ifndef _TCP_LRO_HH_
-#define _TCP_LRO_HH_
+#ifndef _TCP_LRO_H_
+#define _TCP_LRO_H_
struct lro_entry;
struct lro_entry
@@ -82,4 +82,4 @@ int tcp_lro_rx(struct lro_ctrl *, struct mbuf *, uint32_t);
/* Number of LRO entries - these are per rx queue */
#define LRO_ENTRIES 8
-#endif /* _TCP_LRO_HH_ */
+#endif /* _TCP_LRO_H_ */