Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144917712
D29037.1776915387.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
595 B
Referenced Files
None
Subscribers
None
D29037.1776915387.diff
View Options
Index: sys/net/iflib.h
===================================================================
--- sys/net/iflib.h
+++ sys/net/iflib.h
@@ -131,7 +131,12 @@
uint8_t ipi_mflags; /* packet mbuf flags */
uint32_t ipi_tcp_seq; /* tcp seqno */
- uint32_t __spare0__;
+
+ /* Tunneled packets offload handling */
+ uint8_t ipi_inner_ehdrlen; /* inner ether header length */
+ uint8_t ipi_inner_ip_hlen; /* inner ip header length */
+ uint8_t ipi_inner_l4_hlen; /* inner l4 header length */
+ uint8_t ipi_inner_ipproto; /* inner ip protocol */
} *if_pkt_info_t;
typedef struct if_irq {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 23, 3:36 AM (20 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28413944
Default Alt Text
D29037.1776915387.diff (595 B)
Attached To
Mode
D29037: iflib: Add fields for tunneled packets in if_pkt_info
Attached
Detach File
Event Timeline
Log In to Comment