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.rst85 struct in_device* ip_ptr read_mostly read_mostly …
/linux/net/ipv4/
H A Ddevinet.c313 rcu_assign_pointer(dev->ip_ptr, in_dev); in inetdev_init()
340 RCU_INIT_POINTER(dev->ip_ptr, NULL); in inetdev_destroy()
613 in_dev = rcu_dereference_rtnl(dev->ip_ptr); in inetdev_by_index()
1617 RCU_INIT_POINTER(dev->ip_ptr, NULL); in inetdev_event()
1988 struct in_device *in_dev = rcu_dereference_rtnl(dev->ip_ptr); in inet_get_link_af_size()
1999 struct in_device *in_dev = rcu_dereference_rtnl(dev->ip_ptr); in inet_fill_link_af()
/linux/include/linux/
H A Dnetdevice.h2244 struct in_device __rcu *ip_ptr; member
/linux/net/core/
H A Ddev.c11239 WARN_ON(rcu_access_pointer(dev->ip_ptr)); in netdev_run_todo()