Lines Matching defs:route
20 struct rtnl_route *route; in nl_cli_route_alloc() local
43 void nl_cli_route_parse_family(struct rtnl_route *route, char *arg) in nl_cli_route_parse_family()
51 void nl_cli_route_parse_dst(struct rtnl_route *route, char *arg) in nl_cli_route_parse_dst()
64 void nl_cli_route_parse_src(struct rtnl_route *route, char *arg) in nl_cli_route_parse_src()
77 void nl_cli_route_parse_pref_src(struct rtnl_route *route, char *arg) in nl_cli_route_parse_pref_src()
90 void nl_cli_route_parse_metric(struct rtnl_route *route, char *subopts) in nl_cli_route_parse_metric()
133 void nl_cli_route_parse_nexthop(struct rtnl_route *route, char *subopts, in nl_cli_route_parse_nexthop()
207 void nl_cli_route_parse_table(struct rtnl_route *route, char *arg) in nl_cli_route_parse_table()
225 void nl_cli_route_parse_prio(struct rtnl_route *route, char *arg) in nl_cli_route_parse_prio()
236 void nl_cli_route_parse_scope(struct rtnl_route *route, char *arg) in nl_cli_route_parse_scope()
246 void nl_cli_route_parse_protocol(struct rtnl_route *route, char *arg) in nl_cli_route_parse_protocol()
266 void nl_cli_route_parse_type(struct rtnl_route *route, char *arg) in nl_cli_route_parse_type()
278 void nl_cli_route_parse_iif(struct rtnl_route *route, char *arg, struct nl_cache *link_cache) in nl_cli_route_parse_iif()