Home
last modified time | relevance | path

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

/linux/net/ax25/
H A Dax25_dev.c91 rcu_assign_pointer(dev->ax25_ptr, ax25_dev); in ax25_dev_device_up()
126 RCU_INIT_POINTER(dev->ax25_ptr, NULL); in ax25_dev_device_down()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst94 void* ax25_ptr
/linux/include/net/
H A Dax25.h334 return rcu_dereference_rtnl(dev->ax25_ptr); in ax25_dev_ax25dev()
/linux/include/linux/
H A Dnetdevice.h2322 struct ax25_dev __rcu *ax25_ptr; member