Lines Matching refs:rt_option
188 static int ax25_rt_opt(struct ax25_route_opt_struct *rt_option)
194 if ((ax25_dev = ax25_addr_ax25dev(&rt_option->port_addr)) == NULL)
202 ax25cmp(&rt_option->dest_addr, &ax25_rt->callsign) == 0) {
203 switch (rt_option->cmd) {
205 switch (rt_option->arg) {
209 ax25_rt->ip_mode = rt_option->arg;
232 struct ax25_route_opt_struct rt_option;
247 if (copy_from_user(&rt_option, arg, sizeof(rt_option)))
249 return ax25_rt_opt(&rt_option);