Searched hist:cfe673b0ae4754ffc051482f4a948b67ddbeec10 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/ |
H A D | ip.h | diff cfe673b0ae4754ffc051482f4a948b67ddbeec10 Fri Sep 25 09:39:16 CDT 2015 Eric Dumazet <edumazet@google.com> ip: constify ip_build_and_send_pkt() socket argument
This function is used to build and send SYNACK packets, possibly on behalf of unlocked listener socket.
Make sure we did not miss a write by making this socket const.
We no longer can use ip_select_ident() and have to either set iph->id to 0 or directly call __ip_select_ident()
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv4/ |
H A D | ip_output.c | diff cfe673b0ae4754ffc051482f4a948b67ddbeec10 Fri Sep 25 09:39:16 CDT 2015 Eric Dumazet <edumazet@google.com> ip: constify ip_build_and_send_pkt() socket argument
This function is used to build and send SYNACK packets, possibly on behalf of unlocked listener socket.
Make sure we did not miss a write by making this socket const.
We no longer can use ip_select_ident() and have to either set iph->id to 0 or directly call __ip_select_ident()
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|