diff
- 	if (unlikely(READ_ONCE(idev->cnf.disable_ipv6))) {
+ 	if (unlikely(idev ? READ_ONCE(idev->cnf.disable_ipv6) : true)) {
