Lines Matching refs:rt_option
187 static int ax25_rt_opt(struct ax25_route_opt_struct *rt_option)
193 if ((ax25_dev = ax25_addr_ax25dev(&rt_option->port_addr)) == NULL)
201 ax25cmp(&rt_option->dest_addr, &ax25_rt->callsign) == 0) {
202 switch (rt_option->cmd) {
204 switch (rt_option->arg) {
208 ax25_rt->ip_mode = rt_option->arg;
231 struct ax25_route_opt_struct rt_option;
246 if (copy_from_user(&rt_option, arg, sizeof(rt_option)))
248 return ax25_rt_opt(&rt_option);