Lines Matching refs:in_device
190 static void inet_del_ifa(struct in_device *in_dev,
194 static int devinet_sysctl_register(struct in_device *idev);
195 static void devinet_sysctl_unregister(struct in_device *idev);
197 static int devinet_sysctl_register(struct in_device *idev) in devinet_sysctl_register()
201 static void devinet_sysctl_unregister(struct in_device *idev) in devinet_sysctl_unregister()
208 static struct in_ifaddr *inet_alloc_ifa(struct in_device *in_dev) in inet_alloc_ifa()
243 struct in_device *idev = container_of(head, struct in_device, rcu_head); in in_dev_free_rcu()
249 void in_dev_finish_destroy(struct in_device *idev) in in_dev_finish_destroy()
266 static struct in_device *inetdev_init(struct net_device *dev) in inetdev_init()
268 struct in_device *in_dev; in inetdev_init()
314 static void inetdev_destroy(struct in_device *in_dev) in inetdev_destroy()
343 struct in_device *in_dev; in inet_blackhole_dev_init()
353 int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b) in inet_addr_onlink()
370 static void __inet_del_ifa(struct in_device *in_dev, in __inet_del_ifa()
483 static void inet_del_ifa(struct in_device *in_dev, in inet_del_ifa()
494 struct in_device *in_dev = ifa->ifa_dev; in __inet_insert_ifa()
583 struct in_device *in_dev = __in_dev_get_rtnl_net(dev); in inet_set_ifa()
596 struct in_device *inetdev_by_index(struct net *net, int ifindex) in inetdev_by_index()
599 struct in_device *in_dev = NULL; in inetdev_by_index()
612 struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, __be32 prefix, in inet_ifa_byprefix()
658 struct in_device *in_dev; in inet_rtm_deladdr()
887 struct in_device *in_dev; in inet_rtm_to_ifa()
947 struct in_device *in_dev = ifa->ifa_dev; in find_matching_ifa()
1067 struct in_device *in_dev; in devinet_ioctl()
1307 struct in_device *in_dev = __in_dev_get_rtnl_net(dev); in inet_gifconf()
1343 static __be32 in_dev_select_addr(const struct in_device *in_dev, in in_dev_select_addr()
1364 struct in_device *in_dev; in inet_select_addr()
1430 static __be32 confirm_addr_indev(struct in_device *in_dev, __be32 dst, in confirm_addr_indev()
1482 __be32 inet_confirm_addr(struct net *net, struct in_device *in_dev, in inet_confirm_addr()
1538 static void inetdev_changename(struct net_device *dev, struct in_device *in_dev) in inetdev_changename()
1565 struct in_device *in_dev) in inetdev_send_gratuitous_arp()
1584 struct in_device *in_dev = __in_dev_get_rtnl(dev); in inetdev_event()
1841 static int in_dev_dump_ifmcaddr(struct in_device *in_dev, struct sk_buff *skb, in in_dev_dump_ifmcaddr()
1870 static int in_dev_dump_ifaddr(struct in_device *in_dev, struct sk_buff *skb, in in_dev_dump_ifaddr()
1898 static int in_dev_dump_addr(struct in_device *in_dev, struct sk_buff *skb, in in_dev_dump_addr()
1945 struct in_device *in_dev; in inet_dump_addr()
2034 struct in_device *in_dev = rcu_dereference_rtnl(dev->ip_ptr); in inet_get_link_af_size()
2045 struct in_device *in_dev = rcu_dereference_rtnl(dev->ip_ptr); in inet_fill_link_af()
2099 struct in_device *in_dev = __in_dev_get_rtnl(dev); in inet_set_link_af()
2281 struct in_device *in_dev = NULL; in inet_netconf_get_devconf()
2345 const struct in_device *in_dev; in inet_netconf_dump_devconf()
2413 struct in_device *in_dev; in devinet_copy_dflt_conf()
2440 struct in_device *in_dev; in inet_forward_change()
2462 struct in_device *idev in devinet_conf_ifindex()
2463 = container_of(cnf, struct in_device, cnf); in devinet_conf_ifindex()
2546 struct in_device *idev = in devinet_sysctl_forward()
2547 container_of(cnf, struct in_device, cnf); in devinet_sysctl_forward()
2707 static int devinet_sysctl_register(struct in_device *idev) in devinet_sysctl_register()
2724 static void devinet_sysctl_unregister(struct in_device *idev) in devinet_sysctl_unregister()