diff options
Diffstat (limited to 'include/net/dst.h')
| -rw-r--r-- | include/net/dst.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/dst.h b/include/net/dst.h index 36d54fc248b0..e156e38e4ac3 100644 --- a/include/net/dst.h +++ b/include/net/dst.h | |||
| @@ -54,6 +54,7 @@ struct dst_entry | |||
| 54 | unsigned long expires; | 54 | unsigned long expires; |
| 55 | 55 | ||
| 56 | unsigned short header_len; /* more space at head required */ | 56 | unsigned short header_len; /* more space at head required */ |
| 57 | unsigned short nfheader_len; /* more non-fragment space at head required */ | ||
| 57 | unsigned short trailer_len; /* space to reserve at tail */ | 58 | unsigned short trailer_len; /* space to reserve at tail */ |
| 58 | 59 | ||
| 59 | u32 metrics[RTAX_MAX]; | 60 | u32 metrics[RTAX_MAX]; |
| @@ -83,7 +84,7 @@ struct dst_entry | |||
| 83 | struct dst_ops | 84 | struct dst_ops |
| 84 | { | 85 | { |
| 85 | unsigned short family; | 86 | unsigned short family; |
| 86 | unsigned short protocol; | 87 | __be16 protocol; |
| 87 | unsigned gc_thresh; | 88 | unsigned gc_thresh; |
| 88 | 89 | ||
| 89 | int (*gc)(void); | 90 | int (*gc)(void); |
