Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ax25/
Dax25_route.c89 ax25_route *s, *t, *ax25_rt = ax25_route_list; in ax25_rt_device_down() local
91 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() local
133 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 …]