Loading net/ipv4/tcp_fastopen.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -115,7 +115,7 @@ static bool tcp_fastopen_cookie_gen(struct request_sock *req, if (__tcp_fastopen_cookie_gen(&ip6h->saddr, &tmp)) { if (__tcp_fastopen_cookie_gen(&ip6h->saddr, &tmp)) { struct in6_addr *buf = (struct in6_addr *) tmp.val; struct in6_addr *buf = (struct in6_addr *) tmp.val; int i = 4; int i; for (i = 0; i < 4; i++) for (i = 0; i < 4; i++) buf->s6_addr32[i] ^= ip6h->daddr.s6_addr32[i]; buf->s6_addr32[i] ^= ip6h->daddr.s6_addr32[i]; Loading Loading
net/ipv4/tcp_fastopen.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -115,7 +115,7 @@ static bool tcp_fastopen_cookie_gen(struct request_sock *req, if (__tcp_fastopen_cookie_gen(&ip6h->saddr, &tmp)) { if (__tcp_fastopen_cookie_gen(&ip6h->saddr, &tmp)) { struct in6_addr *buf = (struct in6_addr *) tmp.val; struct in6_addr *buf = (struct in6_addr *) tmp.val; int i = 4; int i; for (i = 0; i < 4; i++) for (i = 0; i < 4; i++) buf->s6_addr32[i] ^= ip6h->daddr.s6_addr32[i]; buf->s6_addr32[i] ^= ip6h->daddr.s6_addr32[i]; Loading