Searched refs:ip_ptr (Results 1 - 5 of 5) sorted by path

/linux-master/arch/um/drivers/
H A Dnet_kern.c777 ip = lp->dev->ip_ptr;
827 struct in_device *ip = dev->ip_ptr;
844 struct in_device *ip = dev->ip_ptr;
/linux-master/include/linux/
H A Dinetdevice.h235 return rcu_dereference(dev->ip_ptr);
252 return rtnl_dereference(dev->ip_ptr);
261 in_dev = rcu_dereference_rtnl(dev->ip_ptr);
H A Dnetdevice.h1869 * @ip_ptr: IPv4 specific data
2225 struct in_device __rcu *ip_ptr; member in struct:net_device
/linux-master/net/core/
H A Ddev.c10687 WARN_ON(rcu_access_pointer(dev->ip_ptr));
/linux-master/net/ipv4/
H A Ddevinet.c288 /* Account for reference dev->ip_ptr (below) */
303 /* we can receive as soon as ip_ptr is set -- do this last */
304 rcu_assign_pointer(dev->ip_ptr, in_dev);
331 RCU_INIT_POINTER(dev->ip_ptr, NULL);
604 in_dev = rcu_dereference_rtnl(dev->ip_ptr);
1583 RCU_INIT_POINTER(dev->ip_ptr, NULL);
1957 struct in_device *in_dev = rcu_dereference_rtnl(dev->ip_ptr);
1968 struct in_device *in_dev = rcu_dereference_rtnl(dev->ip_ptr);

Completed in 278 milliseconds