Searched refs:ax25_route (Results 1 – 4 of 4) sorted by relevance
39 static ax25_route *ax25_route_list;44 ax25_route *s, *t, *ax25_rt; in ax25_rt_device_down()74 ax25_route *ax25_rt; in ax25_rt_add()147 ax25_route *s, *t, *ax25_rt; in ax25_rt_del()182 ax25_route *ax25_rt; in ax25_rt_opt()252 struct ax25_route *ax25_rt; in ax25_rt_seq_start()288 struct ax25_route *ax25_rt = v; in ax25_rt_seq_show()339 ax25_route *ax25_spe_rt = NULL; in ax25_get_route()340 ax25_route *ax25_def_rt = NULL; in ax25_get_route()341 ax25_route *ax25_rt; in ax25_get_route()[all …]
9 ax25_route.o ax25_std_in.o ax25_std_subr.o ax25_std_timer.o \
103 ax25_route *route; in ax25_ip_xmit()
188 typedef struct ax25_route { struct189 struct ax25_route *next; argument195 } ax25_route; argument197 static inline void ax25_hold_route(ax25_route *ax25_rt) 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()417 ax25_route *ax25_get_route(ax25_address *addr, struct net_device *dev);
Completed in 7 milliseconds