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