aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2019-12-30 14:14:26 -0800
committerDavid S. Miller <davem@davemloft.net>2020-01-02 15:51:22 -0800
commitd14c77e0b24f6d1394d9bd4c4ba629808b656baf (patch)
tree764915d921646d16eed901317d6f4fbc1a43bc97 /net/ipv4/tcp_ipv4.c
parentipv4/tcp: Use local variable for tcp_md5_addr (diff)
downloadlinux-dev-d14c77e0b24f6d1394d9bd4c4ba629808b656baf.tar.xz
linux-dev-d14c77e0b24f6d1394d9bd4c4ba629808b656baf.zip
ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hash
The original ingress device index is saved to the cb space of the skb and the cb is moved during tcp processing. Since tcp_v6_inbound_md5_hash can be called before and after the cb move, pass dif and sdif to it so the caller can save both prior to the cb move. Both are used by a later patch. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
0 files changed, 0 insertions, 0 deletions