]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/xfrm.h
[IPV6] SNMP: Use put_unaligned() instead of memcpy().
[karo-tx-linux.git] / include / net / xfrm.h
index 5a00aa85b756fe46a3297ace099e8520012f1d7a..e144a25814bd654628c4f4229f0144d02038b6c1 100644 (file)
@@ -279,7 +279,7 @@ struct xfrm_type
        xfrm_address_t          *(*local_addr)(struct xfrm_state *, xfrm_address_t *);
        xfrm_address_t          *(*remote_addr)(struct xfrm_state *, xfrm_address_t *);
        /* Estimate maximal size of result of transformation of a dgram */
-       u32                     (*get_max_size)(struct xfrm_state *, int size);
+       u32                     (*get_mtu)(struct xfrm_state *, int size);
 };
 
 extern int xfrm_register_type(struct xfrm_type *type, unsigned short family);