Lines Matching defs:in_dev
445 struct in_device *in_dev;
449 in_dev = __in_dev_get_rtnl(dev);
450 if (!in_dev)
452 ipv4_devconf_setall(in_dev);
453 neigh_parms_data_state_setall(in_dev->arp_parms);
454 IPV4_DEVCONF(in_dev->cnf, RP_FILTER) = 0;
673 struct in_device *in_dev;
707 in_dev = __in_dev_get_rtnl(dev);
708 if (in_dev) {
709 IPV4_DEVCONF(in_dev->cnf, MC_FORWARDING)--;
712 dev->ifindex, &in_dev->cnf);
713 ip_rt_multicast_event(in_dev);
835 struct in_device *in_dev;
889 in_dev = __in_dev_get_rtnl(dev);
890 if (!in_dev) {
894 IPV4_DEVCONF(in_dev->cnf, MC_FORWARDING)++;
896 dev->ifindex, &in_dev->cnf);
897 ip_rt_multicast_event(in_dev);