Searched hist:"6 f9c961546699ff8bc5e1c1c52200616867ec68a" (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/ |
H A D | route.h | diff 6f9c961546699ff8bc5e1c1c52200616867ec68a Fri Sep 25 16:39:10 CEST 2015 Eric Dumazet <edumazet@google.com> inet: constify ip_route_output_flow() socket argument
Very soon, TCP stack might call inet_csk_route_req(), which calls inet_csk_route_req() with an unlocked listener socket, so we need to make sure ip_route_output_flow() is not trying to change any field from its socket argument.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | dst.h | diff 6f9c961546699ff8bc5e1c1c52200616867ec68a Fri Sep 25 16:39:10 CEST 2015 Eric Dumazet <edumazet@google.com> inet: constify ip_route_output_flow() socket argument
Very soon, TCP stack might call inet_csk_route_req(), which calls inet_csk_route_req() with an unlocked listener socket, so we need to make sure ip_route_output_flow() is not trying to change any field from its socket argument.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/xfrm/ |
H A D | xfrm_policy.c | diff 6f9c961546699ff8bc5e1c1c52200616867ec68a Fri Sep 25 16:39:10 CEST 2015 Eric Dumazet <edumazet@google.com> inet: constify ip_route_output_flow() socket argument
Very soon, TCP stack might call inet_csk_route_req(), which calls inet_csk_route_req() with an unlocked listener socket, so we need to make sure ip_route_output_flow() is not trying to change any field from its socket argument.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv4/ |
H A D | route.c | diff 6f9c961546699ff8bc5e1c1c52200616867ec68a Fri Sep 25 16:39:10 CEST 2015 Eric Dumazet <edumazet@google.com> inet: constify ip_route_output_flow() socket argument
Very soon, TCP stack might call inet_csk_route_req(), which calls inet_csk_route_req() with an unlocked listener socket, so we need to make sure ip_route_output_flow() is not trying to change any field from its socket argument.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|