Searched refs:ax25_rt (Results 1 – 1 of 1) sorted by relevance
89 ax25_route *s, *t, *ax25_rt = ax25_route_list; in ax25_rt_device_down() local91 while (ax25_rt != NULL) { in ax25_rt_device_down()92 s = ax25_rt; in ax25_rt_device_down()93 ax25_rt = ax25_rt->next; in ax25_rt_device_down()119 ax25_route *s, *t, *ax25_rt; in ax25_rt_ioctl() local133 for (ax25_rt = ax25_route_list; ax25_rt != NULL; ax25_rt = ax25_rt->next) { in ax25_rt_ioctl()134 if (ax25cmp(&ax25_rt->callsign, &route.dest_addr) == 0 && ax25_rt->dev == ax25_dev->dev) { in ax25_rt_ioctl()135 if (ax25_rt->digipeat != NULL) { in ax25_rt_ioctl()136 kfree(ax25_rt->digipeat); in ax25_rt_ioctl()137 ax25_rt->digipeat = NULL; in ax25_rt_ioctl()[all …]