rt_option 180 net/ax25/ax25_route.c static int ax25_rt_opt(struct ax25_route_opt_struct *rt_option) rt_option 186 net/ax25/ax25_route.c if ((ax25_dev = ax25_addr_ax25dev(&rt_option->port_addr)) == NULL) rt_option 194 net/ax25/ax25_route.c ax25cmp(&rt_option->dest_addr, &ax25_rt->callsign) == 0) { rt_option 195 net/ax25/ax25_route.c switch (rt_option->cmd) { rt_option 197 net/ax25/ax25_route.c switch (rt_option->arg) { rt_option 201 net/ax25/ax25_route.c ax25_rt->ip_mode = rt_option->arg; rt_option 223 net/ax25/ax25_route.c struct ax25_route_opt_struct rt_option; rt_option 238 net/ax25/ax25_route.c if (copy_from_user(&rt_option, arg, sizeof(rt_option))) rt_option 240 net/ax25/ax25_route.c return ax25_rt_opt(&rt_option);