Searched refs:route_obj_ops (Results 1 – 3 of 3) sorted by relevance
49 extern struct nl_object_ops route_obj_ops;
193 .co_obj_ops = &route_obj_ops,
580 return (struct rtnl_route *) nl_object_alloc(&route_obj_ops); in rtnl_route_alloc()1294 struct nl_object_ops route_obj_ops = { variable