Home | History | Annotate | Download | only in lib

Lines Matching refs:rtnl_route

22 struct rtnl_route *nl_cli_route_alloc(void)
24 struct rtnl_route *route;
47 void nl_cli_route_parse_family(struct rtnl_route *route, char *arg)
55 void nl_cli_route_parse_dst(struct rtnl_route *route, char *arg)
68 void nl_cli_route_parse_src(struct rtnl_route *route, char *arg)
81 void nl_cli_route_parse_pref_src(struct rtnl_route *route, char *arg)
94 void nl_cli_route_parse_metric(struct rtnl_route *route, char *subopts)
137 void nl_cli_route_parse_nexthop(struct rtnl_route *route, char *subopts,
197 void nl_cli_route_parse_table(struct rtnl_route *route, char *arg)
211 void nl_cli_route_parse_prio(struct rtnl_route *route, char *arg)
222 void nl_cli_route_parse_scope(struct rtnl_route *route, char *arg)
232 void nl_cli_route_parse_protocol(struct rtnl_route *route, char *arg)
248 void nl_cli_route_parse_type(struct rtnl_route *route, char *arg)
260 void nl_cli_route_parse_iif(struct rtnl_route *route, char *arg, struct nl_cache *link_cache)