Searched hist:b1964b5fce389a5660139ca39c25ff294da07b4f (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | tcp_minisocks.c | diff b1964b5fce389a5660139ca39c25ff294da07b4f Fri Sep 25 09:39:09 CDT 2015 Eric Dumazet <edumazet@google.com> tcp: constify tcp_openreq_init_rwin()
Soon, listener socket wont be locked when tcp_openreq_init_rwin() is called. We need to read socket fields once, as their value could change under us.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/ |
H A D | tcp.h | diff b1964b5fce389a5660139ca39c25ff294da07b4f Fri Sep 25 09:39:09 CDT 2015 Eric Dumazet <edumazet@google.com> tcp: constify tcp_openreq_init_rwin()
Soon, listener socket wont be locked when tcp_openreq_init_rwin() is called. We need to read socket fields once, as their value could change under us.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|