
< 	if (unlikely(READ_ONCE(idev->cnf.disable_ipv6))) {
---
> 	if (idev && READ_ONCE(idev->cnf.disable_ipv6) != 0) {
