Home
last modified time | relevance | path

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

/linux-6.15/net/ax25/
H A Dax25_dev.c93 rcu_assign_pointer(dev->ax25_ptr, ax25_dev); in ax25_dev_device_up()
128 RCU_INIT_POINTER(dev->ax25_ptr, NULL); in ax25_dev_device_down()
/linux-6.15/Documentation/networking/net_cachelines/
H A Dnet_device.rst92 void* ax25_ptr
/linux-6.15/include/net/
H A Dax25.h340 return rcu_dereference_rtnl(dev->ax25_ptr); in ax25_dev_ax25dev()
/linux-6.15/include/linux/
H A Dnetdevice.h2289 struct ax25_dev __rcu *ax25_ptr; member