diff options
author | Eric Dumazet <edumazet@google.com> | 2015-09-25 07:39:16 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-25 13:00:38 -0700 |
commit | cfe673b0ae4754ffc051482f4a948b67ddbeec10 (patch) | |
tree | c521e7c60858ec4b86ab8199e1717e9a9df44b1e /scripts/gdb/linux/modules.py | |
parent | b83e3deb974ca2c11e21256fe602e517afb83247 (diff) |
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>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions