]> err.no Git - linux-2.6/blobdiff - include/net/dst.h
[IPSEC]: Replace x->type->{local,remote}_addr with flags
[linux-2.6] / include / net / dst.h
index 2f65e894b8295f310ad20d331e56d981c94b67d0..7a0b1bde8e28387663b3e22ff1e73855f3a7d199 100644 (file)
@@ -50,7 +50,6 @@ struct dst_entry
        unsigned long           expires;
 
        unsigned short          header_len;     /* more space at head required */
-       unsigned short          nfheader_len;   /* more non-fragment space at head required */
        unsigned short          trailer_len;    /* space to reserve at tail */
 
        u32                     metrics[RTAX_MAX];
@@ -180,6 +179,7 @@ static inline struct dst_entry *dst_pop(struct dst_entry *dst)
        return child;
 }
 
+extern int dst_discard(struct sk_buff *skb);
 extern void * dst_alloc(struct dst_ops * ops);
 extern void __dst_free(struct dst_entry * dst);
 extern struct dst_entry *dst_destroy(struct dst_entry * dst);