Lines Matching refs:in_dev
287 struct in_device *in_dev = __in_dev_get_rcu(dev);
289 if (in_dev) {
290 if (!IN_DEV_SOURCE_ROUTE(in_dev)) {
291 if (IN_DEV_LOG_MARTIANS(in_dev))
370 struct in_device *in_dev = __in_dev_get_rcu(dev);
372 if (in_dev && IN_DEV_ORCONF(in_dev, NOPOLICY))
397 struct in_device *in_dev = __in_dev_get_rcu(dev);
414 if (in_dev &&
415 IN_DEV_ORCONF(in_dev, DROP_UNICAST_IN_L2_MULTICAST)) {