Home
last modified time | relevance | path

Searched refs:ip6_ptr (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/net/
H A Daddrconf.h347 return rcu_dereference_rtnl(dev->ip6_ptr); in __in6_dev_get()
352 return rtnl_net_dereference(dev_net(dev), dev->ip6_ptr); in __in6_dev_get_rtnl_net()
380 return rcu_dereference_rtnl(dev->ip6_ptr); in __in6_dev_get_safely()
398 idev = rcu_dereference(dev->ip6_ptr); in in6_dev_get()
/linux-6.15/Documentation/networking/net_cachelines/
H A Dnet_device.rst87 struct inet6_dev* ip6_ptr read_mostly read_mostly …
/linux-6.15/net/ipv6/
H A Daddrconf.c466 rcu_assign_pointer(dev->ip6_ptr, ndev); in ipv6_add_dev()
3871 RCU_INIT_POINTER(dev->ip6_ptr, NULL); in addrconf_ifdown()
/linux-6.15/include/linux/
H A Dnetdevice.h2131 struct inet6_dev __rcu *ip6_ptr; member
/linux-6.15/net/core/
H A Ddev.c11296 WARN_ON(rcu_access_pointer(dev->ip6_ptr)); in netdev_run_todo()
12571 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_txrx, ip6_ptr); in net_dev_struct_check()