commit | 3aef934f4d4b97532c333d9c1f5f73fb80aeb459 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Sep 25 07:39:12 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 25 13:00:37 2015 -0700 |
tree | 2b818a5dfde0738ff8d034891c0be22bbaa642a6 | |
parent | e5895bc600ccba1fde4ea0741813f9c33b5b4021 [diff] |
ipv6: constify ip6_dst_lookup_{flow|tail}() sock arguments ip6_dst_lookup_flow() and ip6_dst_lookup_tail() do not touch socket, lets add a const qualifier. This will permit the same change in inet6_csk_route_req() Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>