Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dax25.h168 #define ax25_uid_for_each(__ax25, list) \ argument
169 hlist_for_each_entry(__ax25, list, uid_node)
280 #define ax25_for_each(__ax25, list) \ argument
281 hlist_for_each_entry(__ax25, list, ax25_node)
283 #define ax25_cb_hold(__ax25) \ argument
284 refcount_inc(&((__ax25)->refcount))