diff options
Diffstat (limited to 'include/net/dst.h')
-rw-r--r-- | include/net/dst.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dst.h b/include/net/dst.h index 7a0b1bde8e28..e86b9a008ebf 100644 --- a/include/net/dst.h +++ b/include/net/dst.h | |||
@@ -98,6 +98,7 @@ struct dst_ops | |||
98 | struct dst_entry * (*negative_advice)(struct dst_entry *); | 98 | struct dst_entry * (*negative_advice)(struct dst_entry *); |
99 | void (*link_failure)(struct sk_buff *); | 99 | void (*link_failure)(struct sk_buff *); |
100 | void (*update_pmtu)(struct dst_entry *dst, u32 mtu); | 100 | void (*update_pmtu)(struct dst_entry *dst, u32 mtu); |
101 | int (*local_out)(struct sk_buff *skb); | ||
101 | int entry_size; | 102 | int entry_size; |
102 | 103 | ||
103 | atomic_t entries; | 104 | atomic_t entries; |