Searched refs:rtnl_route_parse (Results 1 – 3 of 3) sorted by relevance
58 extern int rtnl_route_parse(struct nlmsghdr *, struct rtnl_route **);
36 if ((err = rtnl_route_parse(nlh, &route)) < 0) in route_msg_parser()
1007 int rtnl_route_parse(struct nlmsghdr *nlh, struct rtnl_route **result) in rtnl_route_parse() function