Searched refs:ax25_rt (Results 1 – 1 of 1) sorted by relevance
197 static inline void ax25_hold_route(ax25_route *ax25_rt) in ax25_hold_route() argument199 refcount_inc(&ax25_rt->refcount); in ax25_hold_route()202 void __ax25_put_route(ax25_route *ax25_rt);216 static inline void ax25_put_route(ax25_route *ax25_rt) in ax25_put_route() argument218 if (refcount_dec_and_test(&ax25_rt->refcount)) in ax25_put_route()219 __ax25_put_route(ax25_rt); in ax25_put_route()