Home
last modified time | relevance | path

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

/include/net/
Dax25.h197 static inline void ax25_hold_route(ax25_route *ax25_rt) in ax25_hold_route() argument
199 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() argument
218 if (refcount_dec_and_test(&ax25_rt->refcount)) in ax25_put_route()
219 __ax25_put_route(ax25_rt); in ax25_put_route()