Searched refs:__ax25 (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/include/net/ |
D | ax25.h | 164 #define ax25_uid_for_each(__ax25, node, list) \ argument 165 hlist_for_each_entry(__ax25, node, list, uid_node) 250 #define ax25_for_each(__ax25, node, list) \ argument 251 hlist_for_each_entry(__ax25, node, list, ax25_node) 253 #define ax25_cb_hold(__ax25) \ argument 254 atomic_inc(&((__ax25)->refcount))
|