Lines Matching defs:in_dev
294 struct in_device *in_dev = __in_dev_get_rcu(dev);
296 if (in_dev) {
297 if (!IN_DEV_SOURCE_ROUTE(in_dev)) {
298 if (IN_DEV_LOG_MARTIANS(in_dev))
373 struct in_device *in_dev = __in_dev_get_rcu(dev);
375 if (in_dev && IN_DEV_ORCONF(in_dev, NOPOLICY))
403 struct in_device *in_dev = __in_dev_get_rcu(dev);
420 if (in_dev &&
421 IN_DEV_ORCONF(in_dev, DROP_UNICAST_IN_L2_MULTICAST)) {