Home
last modified time | relevance | path

Searched refs:ip_ptr (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst87 struct in_device* ip_ptr read_mostly read_mostly …
/linux/net/ipv4/
H A Ddevinet.c287 /* Account for reference dev->ip_ptr (below) */ in inetdev_init()
304 /* we can receive as soon as ip_ptr is set -- do this last */ in inetdev_init()
305 rcu_assign_pointer(dev->ip_ptr, in_dev); in inetdev_init()
332 RCU_INIT_POINTER(dev->ip_ptr, NULL); in inetdev_destroy()
605 in_dev = rcu_dereference_rtnl(dev->ip_ptr); in inetdev_by_index()
1609 RCU_INIT_POINTER(dev->ip_ptr, NULL); in inetdev_event()
2035 struct in_device *in_dev = rcu_dereference_rtnl(dev->ip_ptr); in inet_get_link_af_size()
2046 struct in_device *in_dev = rcu_dereference_rtnl(dev->ip_ptr); in inet_fill_link_af()
/linux/include/linux/
H A Dnetdevice.h2282 struct in_device __rcu *ip_ptr; member
/linux/net/core/
H A Ddev.c11501 WARN_ON(rcu_access_pointer(dev->ip_ptr)); in netdev_run_todo()