../net/ipv4/inetpeer.c: In function ‘inet_getpeer’: ../net/ipv4/inetpeer.c:178:13: warning: variable ‘invalidated’ set but not used [-Wunused-but-set-variable] 178 | int invalidated; | ^~~~~~~~~~~ ../net/ipv4/inetpeer.c: In function ‘inet_getpeer’: ../net/ipv4/inetpeer.c:177:13: warning: variable ‘invalidated’ set but not used [-Wunused-but-set-variable] 177 | int invalidated; | ^~~~~~~~~~~