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.c305 rcu_assign_pointer(dev->ip_ptr, in_dev); in inetdev_init()
332 RCU_INIT_POINTER(dev->ip_ptr, NULL); in inetdev_destroy()
604 in_dev = rcu_dereference_rtnl(dev->ip_ptr); in inetdev_by_index()
1608 RCU_INIT_POINTER(dev->ip_ptr, NULL); in inetdev_event()
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()
/linux/include/linux/
H A Dnetdevice.h2299 struct in_device __rcu *ip_ptr; member
/linux/net/core/
H A Ddev.c11701 WARN_ON(rcu_access_pointer(dev->ip_ptr)); in netdev_run_todo()