inet: constify ip headers and in6_addr
[deliverable/linux.git] / include / net / ipv6.h
index 34200f9e6805c1393cf348e2d4f3d3ff57544b8f..5da192653153ec6b393be16f08f2a5da47d5da29 100644 (file)
@@ -376,8 +376,8 @@ enum ip6_defrag_users {
 struct ip6_create_arg {
        __be32 id;
        u32 user;
-       struct in6_addr *src;
-       struct in6_addr *dst;
+       const struct in6_addr *src;
+       const struct in6_addr *dst;
 };
 
 void ip6_frag_init(struct inet_frag_queue *q, void *a);
This page took 0.023682 seconds and 5 git commands to generate.