]> Git Repo - linux.git/commit - include/net/ip6_route.h
ipv6: fix inet6_csk_xmit()
authorEric Dumazet <[email protected]>
Tue, 17 Jul 2012 21:38:04 +0000 (21:38 +0000)
committerDavid S. Miller <[email protected]>
Wed, 18 Jul 2012 15:59:58 +0000 (08:59 -0700)
commitd3818c92afabecfe6b8e5d2e3734c8753522987c
treec23f13c54bd995910d023445ab9207e5d9cfdecb
parent5abf7f7e0f6bdbfcac737f636497d7016d9507eb
ipv6: fix inet6_csk_xmit()

We should provide to inet6_csk_route_socket a struct flowi6 pointer,
so that net6_csk_xmit() works correctly instead of sending garbage.

Also add some consts

Signed-off-by: Eric Dumazet <[email protected]>
Reported-by: Yuchung Cheng <[email protected]>
Cc: Neal Cardwell <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/linux/ipv6.h
include/net/ip6_route.h
net/ipv6/inet6_connection_sock.c
This page took 0.055665 seconds and 4 git commands to generate.