Lines Matching defs:in_dev
427 struct in_device *in_dev;
431 in_dev = __in_dev_get_rtnl(dev);
432 if (!in_dev)
434 ipv4_devconf_setall(in_dev);
435 neigh_parms_data_state_setall(in_dev->arp_parms);
436 IPV4_DEVCONF(in_dev->cnf, RP_FILTER) = 0;
655 struct in_device *in_dev;
689 in_dev = __in_dev_get_rtnl(dev);
690 if (in_dev) {
691 IPV4_DEVCONF(in_dev->cnf, MC_FORWARDING)--;
694 dev->ifindex, &in_dev->cnf);
695 ip_rt_multicast_event(in_dev);
817 struct in_device *in_dev;
871 in_dev = __in_dev_get_rtnl(dev);
872 if (!in_dev) {
876 IPV4_DEVCONF(in_dev->cnf, MC_FORWARDING)++;
878 dev->ifindex, &in_dev->cnf);
879 ip_rt_multicast_event(in_dev);