Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102874880
D44340.id135710.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D44340.id135710.diff
View Options
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -895,17 +895,6 @@
uint32_t rmx_recvpipe; /* inbound delay-bandwidth product */
};
-/*
- * Used by tcp_maxmtu() to communicate interface specific features
- * and limits at the time of connection setup.
- */
-struct tcp_ifcap {
- int ifcap;
- u_int tsomax;
- u_int tsomaxsegcount;
- u_int tsomaxsegsize;
-};
-
#ifndef _NETINET_IN_PCB_H_
struct in_conninfo;
#endif /* _NETINET_IN_PCB_H_ */
@@ -1438,8 +1427,19 @@
extern uint32_t tcp_ack_war_time_window;
extern uint32_t tcp_ack_war_cnt;
+/*
+ * Used by tcp_maxmtu() to communicate interface specific features
+ * and limits at the time of connection setup.
+ */
+struct tcp_ifcap {
+ int ifcap;
+ u_int tsomax;
+ u_int tsomaxsegcount;
+ u_int tsomaxsegsize;
+};
uint32_t tcp_maxmtu(struct in_conninfo *, struct tcp_ifcap *);
uint32_t tcp_maxmtu6(struct in_conninfo *, struct tcp_ifcap *);
+
void tcp6_use_min_mtu(struct tcpcb *);
u_int tcp_maxseg(const struct tcpcb *);
u_int tcp_fixed_maxseg(const struct tcpcb *);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 7:31 AM (21 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14702524
Default Alt Text
D44340.id135710.diff (1 KB)
Attached To
Mode
D44340: tcp: move struct tcp_ifcap declaration under _KERNEL
Attached
Detach File
Event Timeline
Log In to Comment